An open API service indexing awesome lists of open source software.

https://github.com/cryscan/decaf-compiler

Compiles Decaf language to MIPS assembly.
https://github.com/cryscan/decaf-compiler

Last synced: about 1 year ago
JSON representation

Compiles Decaf language to MIPS assembly.

Awesome Lists containing this project

README

          

# decaf-compiler
Compiles Decaf language to MIPS assembly.

The compiled assembly is poorly optimized.
Only live variable analysis is included.