E
ebnf
Projects with this topic
-
-
PEGN is a universal notation for expressing any grammar in a way that is easy to parse cognitively and programmatically without any specific implementation in mind.
Updated -
A simple EBNF parser compiler. It can read source code written in a dialect of EBNF and output a parser that can generate a parse tree from conforming input
Updated