A compiler that converts C-- (small C-like Language) source code into MIPS assembly code which can be run on SPIM Simulator.
- "Compiler" integrates lab1~4.
- Lab1: lexical and syntax analysis
- Lab2: semantic analysis
- Lab3: intermediate code generation
- Lab4: object code generation
Main reference: https://github.com/Tyler-ytr/Compiler