compiler-compiler
There are 16 repositories under compiler-compiler topic.
peter-winter/ctpg
Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
arithy/packcc
A parser generator for C
amakukha/tmg
McIlroy's TMG compiler-compiler in portable C
rollrat/compiler-compiler
🍁 Compiler Compiler based on CSharp with GUI Program
mgriebling/Coco
Swift version of the Coco/R Compiler Generator
maandree/libparser
Context-free grammar parsing library
ehwan/RustyLR
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
Hadron67/tscc-compiler
An LALR(1) parser generator written in Typescript
ourPLCC/plcc
A Programming Languages Compiler Compiler
giannitedesco/pylr
A compiler-compiler for lexers, LL and LALR grammars, written in python
phplrt/compiler
[READ ONLY] Subtree split of the phplrt compiler component (see phplrt/phplrt)
Krixohub/IntoTheCode
A general parser class library for .NET
tjordanchat/eag
Extended Affix Grammars
afhamahmed1/BASIC
BASIC Compiler Implemented on C++
mgriebling/ExpressionParser
Swift expression parser and evaluator using a parser generated by Coco. Also produces a LaTeX translation of the text-based input expression.
Geo25rey/LAPS
LAnguage Processor & Synthesizer