C# runtime for The LALR parser generator (LPG)
Package | NuGet |
---|---|
LPG2.Runtime | LPG2.Runtime |
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.