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/IRGenExp.cpp Normal file
View File

@@ -0,0 +1,4 @@
// 表达式翻译模块:
// - 处理算术运算、比较、逻辑运算、函数调用等表达式
// - 生成对应的 IR 指令并返回 SSA 值