Categories: Code generation, Compilation,
Latest version: 0.8 BetaAdded 2005-09-17
The Gardens Point Parser Generator (GPPG) is a Yacc/Bison like parser generator.Both the parser generator and the parser runtime components are implemented entirely in C#. The parser generator takes a Bison/Yacc style grammar specification with semantic actions coded in C# and produces an LALR(1) parser. It is designed to be simple, efficient and as similar as possible to Yacc/Bison in functionality. It does not include a scanner/lexical analyser generator.