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

Examples #14

Open furesoft opened 10 years ago

furesoft commented 10 years ago

Hi, can you implement more Examples? like Tex or something like this to create an ast for language

cwensley commented 10 years ago

Could you be more specific? What exact examples would you like to see?

If you mean http://en.wikipedia.org/wiki/TeX, that may be a little out of the scope of an example..

furesoft commented 10 years ago

but a little example to make an ast

furesoft commented 10 years ago

like an little SQL Parser