Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 451 Bytes

regexgen

A primitive regex parser and matcher generator.

Read more in this post

Build instructions

Open regexgen.sln, build solution.

Usage

Run regexgen.exe to generate a C++ file:

regexgen.exe <function name> <regex pattern>

Example: regexgen_mymatcher.bat

Use the generated function from your C++ code like so: example of matching