Skip to content

2019 BUAA 编译技术课程设计 生成MIPS汇编代码的编译器

License

Notifications You must be signed in to change notification settings

zackertypical/BUAA-MIPS-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUAA-MIPS-Compiler

注意:课程正在进行中,本代码还处于开发阶段,没有完工

2019 北京航空航天大学 编译技术课程设计大作业 生成MIPS汇编代码的编译器

Author: Sharinka

简介

编译运行该C++程序,将待编译代码放在同目录testfile.txt中。

中间代码输出在同目录middle_code.txt

符号表输出在同目录symbolset.txt

MIPS程序输出在同目录mips.txt

进度

2019/11/13 初版提交,功能包含词法分析、语法分析、语义分析、中间代码生成

2019/11/15 完成作业“代码生成1”的要求

2019/11/28 完成作业“代码生成2”的要求

认真编程,努力不鸽,争取传一个像样的Repo

About

2019 BUAA 编译技术课程设计 生成MIPS汇编代码的编译器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages