stage1 完成ast 定义sema

This commit is contained in:
zzy
2026-08-03 12:39:28 +08:00
parent a4ec5656d2
commit 74d7376039
19 changed files with 3857 additions and 137 deletions

4
stage1/spl_ast2ir.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef __SPL_AST2IR_H__
#define __SPL_AST2IR_H__
#endif /* __SPL_AST2IR_H__ */