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 analyze...
🍁 Compiler Compiler based on CSharp with GUI Program
RustyLR is a parser generator that converts context-free grammars into IELR(1)/LALR(1) tables with deterministic LR and GLR parsing strategies. It supports custom reduce action in Rust, with beautiful...
Swift version of the Coco/R Compiler Generator
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.
This is a verbatim copy of the implementation formerly at https://github.com/lugon/TREE-META
Haskell製 再構成可能な生成系 / JSSST PPL
LAnguage Processor & Synthesizer