Skip to content

A-LPG/LPG-csharp-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.