lalr-parser topic
CompilerDesignLab
Code for Compiler Design Lab, Semester 7
compilers-course-project
Converting a pseudo-C source code to a pseudo-assembly code
qasm-rust
An IBM OpenQASM 2.0 Parser Written In Rust
LR-Parser
LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))
Asparserations
Asparserations is an LR(1) and LALR(1) parser generator frontend. It outputs JSON representing the parse table.
unicc
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
ocparse
LALR grammar based Cypher parser using the grammar rules from the openCypher project.
cparse
cparse is an LR(1) and LALR(1) parser generator
MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser