picoe / Eto.Parse

Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
MIT License
148 stars 30 forks source link

Add RegEx grammar support #1

Open cwensley opened 10 years ago

cwensley commented 10 years ago

Should implement a RegEx grammar parser, which can be used as a drop-in replacement for RegEx, and allow you to use all the pre-existing regular expressions as the basis for your grammar.