style(doc): 精简实验文档章节标题

This commit is contained in:
Lane0218
2026-03-12 16:20:09 +08:00
parent b008cde14e
commit 78488d0cfe
5 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ Lab3 的目标是在该示例基础上扩展后端语义覆盖范围,逐步把
2. 理解当前 IR -> MIR -> 汇编输出的最小实现流程。
3. 在现有框架上扩展后端代码生成能力,使其覆盖课程要求的 SysY 语义。
## 3. 当前代码框架(与 Lab3 直接相关)
## 3. 当前代码框架
1. MIR 定义与目标相关抽象
- `include/mir/MIR.h`