fix: 区分字符和字符串 (#74)

Co-authored-by: Huaps <1183155719@qq.com>
Reviewed-on: PostGuard/Canon#74
This commit is contained in:
2024-05-04 13:57:14 +08:00
parent 8da24523c9
commit 6e8e3885ac
7 changed files with 74 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ public enum SemanticTokenType
Delimiter,
Identifier,
Character,
String,
Empty,
/// <summary>
/// 语法分析中的栈底符号