stage1 重构语义分析 ast2ir ir部分

This commit is contained in:
zzy
2026-08-18 11:22:15 +08:00
parent 4d9509c167
commit 994a35a942
7 changed files with 970 additions and 3659 deletions

View File

@@ -5,14 +5,13 @@ vm = [
]
splc0_part = [
# "stage1/spl_ir.c",
"stage1/spl_ast.c",
"stage1/spl_lexer.c",
"stage1/spl_dumptree.c",
# "stage1/spl_type.c",
# "stage1/spl_sema.c",
# "stage1/spl_builtin.c",
# "stage1/spl_ast2ir.c",
"stage1/spl_type.c",
"stage1/spl_sema.c",
"stage1/spl_ir.c",
"stage1/spl_ast2ir.c",
# "stage1/spl_ir2vm.c",
]