Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 623 Bytes

LPG-Go-runtime

Go-runtime for The LALR parser generator (LPG)

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.