chore(misc): 按目录结构设计初始化工程骨架
This commit is contained in:
5
src/irgen/IRGen.cpp
Normal file
5
src/irgen/IRGen.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
// AST -> IR(平台无关、LLVM 风格):
|
||||
// - 将带语义信息的 AST 翻译为 src/ir/* 中的 IR 结构
|
||||
// - 负责控制流结构化翻译(基本块、分支、循环)
|
||||
// - 生成函数与全局对象,翻译表达式求值与调用等
|
||||
|
||||
Reference in New Issue
Block a user