# compiler **Repository Path**: cumtbck/compiler ## Basic Information - **Project Name**: compiler - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-25 - **Last Updated**: 2025-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # compiler #### Description Rust-Camp 2025.8.4-2025.1x ## :mag: TODO Steadily Progressing :sob: - [x] lab1 词法解析 - [x] lab2 语法解析 - [x] lab3 类型检查 - [x] lab4 中间代码生成 - [x] lab5 RISC-V 目标代码生成和寄存器分配 - [x] lab6 中间代码优化 - [ ] 最终Merge