/LPG-Dart-runtime

Dart-runtime for LPG

Primary LanguageDartEclipse Public License 2.0EPL-2.0

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.