This is a C implementation of the Teeny Tiny Compiler (TTC) from this article. The compile.sh will do all the work for you.
- A C compiler
- GNU Make
To build this project, simply run make. This will generate a ttc binary.
To run this project, simply run ./ttc <filename> and compile the generated source code with a C compiler or just compile.sh <filename>.
This project is licensed under the MIT License. See the LICENSE file for more information.