This compiler implementation was developed for CS 4318 @ TxState Uni
- driver.c
- cgen.c - generates MIPS assembly
- cgen.h
- parser.y
- scanner.l
- symtab.c - generates the symbol tables
- symtab.h
- tree.c - generates the AST structure
- tree.h
- makefile
- MIPSs & the MARs simulator
- Compiled with GCC on Ubuntu