Skip to content

sarthak-chakraborty/TinyC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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