Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 746 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 746 Bytes

仓库简介

This is an implementation of a Sysy compiler, according to the compiler lab of Peking University. This is also a exercise for the competition of Huawei Bishen Cup.

开发计划

3月

  • 第四周计划

lxh:完成lv9的前端部分(通过lv9的前端测试 -koopa)

zzq:完成lv6的后端部分(通过lv6的后端测试-riscv)

  • 第五周计划

​lxh:设计浮点的前端部分(给出具体解决方案)

​zzq:完成lv7的后端部分和lv8的后端部分的一半(通过lv7后端测试-riscv,lv8可以写完代码但无需通过测试)

4月

  • 第六周,第七周计划

zzq: 完成lv8,lv9的后端部分(通过lv8、lv9的-riscv测试)

之后全部转向SLcc仓库