refactor(irgen): 按新版文档拆分 IRGen 模块

This commit is contained in:
Lane0218
2025-12-27 14:44:11 +08:00
parent cf2e6e0b46
commit 35da726b00
8 changed files with 29 additions and 13 deletions

4
src/irgen/IRGenStmt.cpp Normal file
View File

@@ -0,0 +1,4 @@
// 语句翻译模块:
// - 处理 if/while/return 等控制流构造
// - 负责基本块创建、分支跳转与控制流收束