Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 987 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 987 Bytes

LPG-csharp-runtime

C# runtime for The LALR parser generator (LPG)

Package NuGet
LPG2.Runtime LPG2.Runtime

Getting Started with LPG

Getting Started with LPG

About LPG

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.