a header-only crossplatform type-safe dynamic compiler generator based on C++ 17.
-
Updated
Mar 1, 2022 - C++
a header-only crossplatform type-safe dynamic compiler generator based on C++ 17.
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.
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.
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.
This is a verbatim copy of the implementation formerly at https://github.com/lugon/TREE-META
Python implementation of the famous Coco/R LL(k) compiler generator
Add a description, image, and links to the compiler-generator topic page so that developers can more easily learn about it.
To associate your repository with the compiler-generator topic, visit your repo's landing page and select "manage topics."