Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 306 Bytes

A compiler for toy programming language TL13 that translate source program into MIPS assembly code. Develop compiler in Java for parser, generation of AST, control flow graph and intermediate representation (ILOC) code generation. Compiler does SSA based optimization on ILOC intermediate representation.