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编译器
- Host: GitHub
- URL: https://github.com/buaadreamer/buaa-compile-2021
- Owner: BUAADreamer
- Created: 2022-07-17T12:46:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T05:37:00.000Z (about 2 years ago)
- Last Synced: 2025-04-11T00:02:34.646Z (about 1 year ago)
- Topics: c, compiler, java
- Language: Java
- Homepage:
- Size: 2.96 MB
- Stars: 33
- Watchers: 2
- 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进行运行和测试