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

EBNF parsing doesn't work #38

Closed themightylc closed 5 years ago

themightylc commented 5 years ago

I can't get any EBNF parsing to work at all. Neither custom examples or samples used in the unit tests.

cwensley commented 5 years ago

Hey @themightylc,

It is not active, which is different from being "dead". I would actively accept any PR's, though none have come my way.

If you would post an example of what you have tried and what does not work, perhaps I can help.

themightylc commented 5 years ago

Thank you for responding. I made the parser I needed with with ANTLR moths ago. You can close this issue.

cwensley commented 5 years ago

@themightylc awesome, ANTLR is a great option. Thanks for the update.