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

@@ -0,0 +1,4 @@
// 函数翻译模块:
// - 处理函数定义、参数列表与返回值翻译
// - 创建并填充对应的 IR Function 对象