stage1 完成sema词法

This commit is contained in:
zzy
2026-08-04 10:20:57 +08:00
parent 74d7376039
commit 8ac59dfaa1
14 changed files with 2309 additions and 47 deletions

View File

@@ -81,7 +81,7 @@ fn test_param_pass_token() i32 {
ret 0;
}
fn test_get_tag(tok: Token) i32 {
fn test_get_tag(tok: Token) Tag {
ret tok.tag;
}