Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 217 Bytes

TinyC

Compiler for TinyC (a subset of C)

Flex and Yacc needs to be installed in the system. Install using:

sudo apt-get install flex

sudo apt-get install yacc

Run using:

make clean

make

make test