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
bison-like parser generator & compiler frontend that converts context-free grammars into IELR(1)/LALR(1) tables with deterministic LR and non-deterministic GLR parsing. Write custom reduce actions in Rust and get beautiful diagnostics out of the box.
Swift version of the Coco/R Compiler Generator
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)
This is a verbatim copy of the implementation formerly at https://github.com/lugon/TREE-META
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++
LAnguage Processor & Synthesizer
Sollux is a self hosted metacompiler. It accepts as input a grammar decorated with tiles and produces as output a compiler written in C for the object language.