This project implements a Compiler for a language similar to C. The Compiler takes as input program written in the language and generates MIPS assembly code that can be run on SPIM or simulators like MARS.
c bison flex compiler mips assembly strings error-handling mars code-generation yacc token intermediate-representation abstract-syntax-tree spim scope-handling
-
Updated
May 10, 2021 - Yacc