LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
-
Updated
Sep 17, 2024 - C
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
A refined, expressive parser combinator library.
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Supports multi-language . Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
The LALR parser generator (LPG) is a tool for developing scanners and parsers written in TypeScript ,C#, Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
Add a description, image, and links to the scannerless topic page so that developers can more easily learn about it.
To associate your repository with the scannerless topic, visit your repo's landing page and select "manage topics."