feat: symbol-table & type checker (#14)

Reviewed-on: PostGuard/Canon#14
Co-authored-by: Lan_G <2911328695@qq.com>
Co-committed-by: Lan_G <2911328695@qq.com>
This commit is contained in:
Lan_G
2024-03-16 11:05:38 +08:00
committed by jackfiled
parent 034dd3f9cc
commit ccd1899739
7 changed files with 1128 additions and 1 deletions

View File

@@ -95,3 +95,11 @@ public enum StateType
Delimiter,
Other
}
public enum BasicIdType
{
Int,
Real,
Char,
Bool
}