Repository navigation
compiler-compiler
- Website
- Wikipedia
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.
McIlroy's TMG compiler-compiler in portable C
🍁 Compiler Compiler based on CSharp with GUI Program
Swift version of the Coco/R Compiler Generator
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
Context-free grammar parsing library
An LALR(1) parser generator written in Typescript
A compiler-compiler for lexers, LL and LALR grammars, written in python
[READ ONLY] Subtree split of the phplrt compiler component (see phplrt/phplrt)
Rust製 再構成可能な生成系 / IPSJ PRO / JSSST PPL
Swift expression parser and evaluator using a parser generated by Coco. Also produces a LaTeX translation of the text-based input expression.
Haskell製 再構成可能な生成系 / JSSST PPL
BASIC Compiler Implemented on C++
This is a verbatim copy of the implementation formerly at https://github.com/lugon/TREE-META
LAnguage Processor & Synthesizer