moar-regex / moar

Deterministic Regular Expressions with Backreferences
MIT License
21 stars 3 forks source link

Parser could allow for different behaviour of tokens if they are not needed in syntax at their position #15

Open s4ke opened 8 years ago

s4ke commented 8 years ago

For example < and > are only needed for capturing groups. Escaping them outside of capturing gruops is a bit weird, but can be kept for simplicity of the parser.