lalr-parser-generator
There are 23 repositories under lalr-parser-generator topic.
ruby/racc
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
roop/citron
An LALR Parser Generator for Swift
phorward/unicc
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
h2337/cparse
cparse is an LR(1) and LALR(1) parser generator
choltreppe/parlexgen
A parser generator for nim
nihei9/vartan
An LALR parser generator for golang
sandialabs/parsegen-cpp
A C++17 library for parser generation for LALR(1) languages
A-LPG/LPG2
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.
ryanovic/ParseLib
.NET runtime LALR parser generator
Kray-G/kmyacc
kmyacc is an LALR(1) parser generator, hopefully compatible with AT&T yacc.
giannitedesco/pylr
A compiler-compiler for lexers, LL and LALR grammars, written in python
droidengineer/goldparser-rs
RUST Parser Engine for GOLD Parser. Read compiled grammar tables and source, DFA tokenizer, LALR parser.
kuafuwang/LPG-cpp-runtime
C++ runtime for The LALR parser generator (LPG)
kuafuwang/LPG2
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.
monoid/fucc
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
nothingelsematters/lalr-generator
Kotlin LALR grammar parser generator
tajmone/Frustel
Re-implementation of the GoldParser builder
488n235e/lalalere
🦀 Rusty LALR(1) parser generator
A-LPG/LPG-cpp-runtime
C++ runtime for The LALR parser generator (LPG)
JustCodiex/LALR-Gen
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.
kuafuwang/lpg-runtime
LPG java runtime .
kuafuwang/LPG-typescript-runtime
Typescript runtime for The LALR parser generator (LPG)