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

Fixes and improvements for Ast Builder #58

Closed cwensley closed 3 years ago

cwensley commented 3 years ago

This gets the AST builder working properly and a wee more efficient.