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

Bugfix letter definition #32

Closed wexman closed 7 years ago

wexman commented 7 years ago

I'm definitely not a parsing expert, but I'm pretty sure y and z should be included in the letters definition ;-)

cwensley commented 7 years ago

Yikes, I can't believe I messed that up.. Thanks for the fix!!