This project is a compiler for Decaf programming language written in python using lark.
It compiles Decaf to mips assembly language. The python source code is located in lark-decaf-compiler
folder.
There is also a flex scanner for Decaf written in c++ located in flex-scanner
folder.