feat(ast, ir. sema): Add storage class

This commit is contained in:
2026-06-12 18:33:54 +08:00
parent 5099bbaab7
commit e3aa2e21c0
11 changed files with 217 additions and 45 deletions
+1
View File
@@ -19,6 +19,7 @@ pub struct HirVarDeclStmtValue {
pub symbol: SymbolId,
pub name_span: Span,
pub value: Option<HirExpr>,
pub is_static_local: bool,
}
pub struct HirFuncDeclStmt {