An implementation from a tinyC compiler made for a University class.
For more information see: documentation.
For downloading you could clone the project with the following command:
$ git clone https://github.com/elenjendro/TinyC-Compiler.git
Ones you have the project directory in your system execute the Makefile with the following command:
$ make
Now you could run it by entering:
$ ./tinyC
The project uses the following commands to be install:
- make
- gcc
- flex
- yacc