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 grammar - W3C style syntax #12

Closed tpluscode closed 9 years ago

tpluscode commented 10 years ago

Coming back to my original issue.

Would it be a lot of work to implement a grammar, which parses the W3C EBNF syntax, decribed here

I looked at the EbnfGrammar class, but there is a lot going on, seemingly much more than the bare mimimum...

cwensley commented 9 years ago

Now done in commit da03ae6724ba3a1cf94f3e95c75bfb0448eda5f2, and published to nuget in 1.4

cwensley commented 9 years ago

Thanks again for the suggestion! Hopefully it works well for you.