-
Notifications
You must be signed in to change notification settings - Fork 35
examples
Alexey Ryazhskikh edited this page Dec 2, 2023
·
2 revisions
Full examples are available under :
- jsonparser : a json parser, both BNF and EBNF notation. also provides 2 different lexers
- expressionParser : a mathematical expression parser
- While Language : a dummy language inspired by this parsec sample. While-lang compiles to .net IL. It uses EBNF notation and both
- simple expression parser shows the use of an expression parser generator. expression parser generator is also uqed by while-lang
- You can also look at Tests that presents a simple EBNF grammar in EBNFTests