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:
@@ -95,3 +95,11 @@ public enum StateType
|
||||
Delimiter,
|
||||
Other
|
||||
}
|
||||
|
||||
public enum BasicIdType
|
||||
{
|
||||
Int,
|
||||
Real,
|
||||
Char,
|
||||
Bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user