There are 1 repository under lalr-parser-generator topic.
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
A parser generator for nim
A C++17 library for parser generation for LALR(1) languages
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.
A compiler-compiler for lexers, LL and LALR grammars, written in python
RUST Parser Engine for GOLD Parser. Read compiled grammar tables and source, DFA tokenizer, LALR parser.
C++ runtime for The LALR parser generator (LPG)
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.
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
Kotlin LALR grammar parser generator
C++ runtime for The LALR parser generator (LPG)
LALR Parse Table Generator. Currently just reads from a .g file and spits out a table + F#. It reports conflicts and solves them according to precedence and associativity rules.
Typescript runtime for The LALR parser generator (LPG)