compiler-generator
There are 6 repositories under compiler-generator topic.
MuGdxy/MuCplGen
a header-only crossplatform type-safe dynamic compiler generator based on C++ 17.
gapotchenko/Turbo-CocoR
Turbo Coco/R is a compile-time compiler generator which takes an attributed grammar of a source language and generates a scanner and a parser for this language.
gweiermann/your-language
A full blown compiler generator with a goal of a clear design and huge flexibility. It even gives you access to error handling and further analysis.
BaseMax/brainfuck2c
A simple Brainfuck-to-C transpiler that converts Brainfuck code into optimized C code. It features token merging, error detection, and clean C output for easy compilation and execution.
MarkMLl/TREE-META
This is a verbatim copy of the implementation formerly at https://github.com/lugon/TREE-META
hb9chm/CocoRPy3
Python implementation of the famous Coco/R LL(k) compiler generator