Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 826 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 826 Bytes

LPG-Dart-runtime

Dart-runtime for The LALR parser generator (LPG)

Package pub dev
lpg2 lpg2

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.