添加了对部分类型的测试样例,修改添加了NumberSemanticToken

This commit is contained in:
duqoo
2024-03-13 16:19:07 +08:00
parent 35aec34a8e
commit 7ea97ea97e
7 changed files with 226 additions and 0 deletions

View File

@@ -68,3 +68,10 @@ public enum OperatorType
Or,
Assign
}
public enum NumberType
{
Integer,
Real,
Hex
}