This took forever to do.
Compile-time regular-expression engine
Currently Supported
- character classes
- match one or more (+)
- match zero or more (*)
- match zero or one (?)
Planned
- escape sequences
- whitespace matching (ws chars are treated literally right now)
- {n,m} syntax for predicates
- union operator (|)
I seriously doubt that this will ever support grouping :)