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

https://github.com/buaadreamer/buaa-compile-2021

2021年北航编译课程设计,基于SysY文法的MIPS编译器
https://github.com/buaadreamer/buaa-compile-2021

c compiler java

Last synced: about 1 year ago
JSON representation

2021年北航编译课程设计,基于SysY文法的MIPS编译器

Awesome Lists containing this project

README

          

# BUAA-Compile-2021

2021年北航编译课程设计,基于类C的SysY文法的MIPS编译器

文法和错误类型参见`document/SysY文法.pdf`

设计文档参见`document/Document.pdf`

推荐使用IDEA进行运行和测试