Skip to content

keyehzy/ttc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTC

This is a C implementation of the Teeny Tiny Compiler (TTC) from this article. The compile.sh will do all the work for you.

Requirements

  • A C compiler
  • GNU Make

Building

To build this project, simply run make. This will generate a ttc binary.

Running

To run this project, simply run ./ttc <filename> and compile the generated source code with a C compiler or just compile.sh <filename>.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

C implementation of the Teeny Tiny Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors