ed-cooper / Ebnf.Compiler

Compiles EBNF statements to C# DLLs
MIT License
2 stars 0 forks source link

added regex rule #7

Closed furesoft closed 1 year ago

furesoft commented 5 years ago

i have added a regex rule with simple unit test:

rule = !"[a-z]+";