/NaiveCtoMIPS

The translator of Naive C to MIPS

Primary LanguageJava

#NaiveCtoMIPS# ##This is the tremendous work of the lesson, Compiler 2015##

##How to use it## set your C code in test.c

and run its below:

./test.sh

soon, you can get the MIPS code in test.s

Excited!