Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 428 Bytes

Lark Decaf Compiler

Code style: black

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.