Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 621 Bytes

TinyC-Compiler

About Project:

An implementation from a tinyC compiler made for a University class.

For more information see: documentation.

Instalation Guide:

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

Dependencies:

The project uses the following commands to be install:

  • make
  • gcc
  • flex
  • yacc