Grammatica
Encyclopedia
Grammatica is a C# and Java parser generator. Its strength is its separation of grammar and other source code.
See also
- JavaCCJavaCCJavaCC is an open source parser generator and lexical analyzer generator for the Java programming language. JavaCC is similar to yacc in that it generates a parser from a formal grammar written in EBNF notation, except the output is Java source code...
- SableCCSableCCSableCC is an open source compiler generator in Java. Stable version is licensed under the GNU Lesser General Public License...
- Coco/RCoco/RCoco/R is a compiler generator that takes an L-attributed Extended Backus–Naur Form grammar of a source language and generates a scanner and a parser for that language....
- ANTLRANTLRIn computer-based language recognition, ANTLR , or ANother Tool for Language Recognition, is a parser generator that uses LL parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set , first developed in 1989, and is under active development...
- Modular Syntax Definition Formalism