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

Fix character range to include last character #41

Closed Craig-J closed 4 years ago

Craig-J commented 4 years ago

Fix character range alternative parser optimization to include last character. Fixes #33

cwensley commented 4 years ago

Thanks again for the fix! Sorry for the lag on getting this in.