Compiler Creation
NEW
Per my enrollment of CS-536, I created a compiler for a unique C-like language that translates to MIPS assembly code. Compiler is written in Java and handles all aspects of compilation, including lexing, parsing, semantic analysis, and code generation.