moar-regex / moar

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

everything in a character group should be treated literally #9

Open s4ke opened 8 years ago

s4ke commented 8 years ago

[+-] means either + or - and not the meta characters.

s4ke commented 8 years ago

On the other hand: This makes the grammar even more complicated. So maybe this has to be done later. We don't need to be PRCE compatible anyways... (we can't completely nonetheless)