This project had moved to https://github.com/The-LALR-parser-generator-LPG/LPG-csharp-runtime
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 written in Python,TypeScript, C#,Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.