Compiler Construction
Team Member
---
Team Member: Sicheng Feng
Organization: GitHub
Date: 2024.2-2024.8
---

The GitHub Repository

We won the FIRST prize in the National College Student System Ability Competition - Compiler Design Competition!
- We wrote a compiler for a simplified C language (SysY) using Rust, which can compile the source code into assembly code (RISC-V).
- I mainly focus on the frontend part, auto tools and some small opts, including the ir-parser, test pipeline and so on.
- GitHub Repository: Orzcc