Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 252 Bytes

File metadata and controls

2 lines (2 loc) · 252 Bytes

Simple-Compiler-Generator

Developed a compiler generator for compiling a simple C-like language into MIPS assembly. Front-end includes a scanner generator & an LL-1 parser generator. Back-end includes an IR generator & an code generator instance.