Skip to content

battlmonstr/regexgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A primitive regex parser and matcher generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published