Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
2021年北航编译课程设计,基于SysY文法的MIPS编译器
- Host: GitHub
- URL: https://github.com/buaadreamer/buaa-compile-2021
- Owner: BUAADreamer
- Created: 2022-07-17T12:46:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T12:50:49.000Z (over 2 years ago)
- Last Synced: 2023-03-07T00:14:08.997Z (over 1 year ago)
- Topics: c, compiler, java
- Language: Java
- Homepage:
- Size: 2.96 MB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUAA-Compile-2021
2021年北航编译课程设计,基于类C的SysY文法的MIPS编译器
文法和错误类型参见`document/SysY文法.pdf`
设计文档参见`document/Document.pdf`
推荐使用IDEA进行运行和测试