fix: 删除语法中关于单引号的定义 (#34)

Reviewed-on: PostGuard/Canon#34
This commit is contained in:
2024-04-11 22:41:43 +08:00
parent e773e666ae
commit f1c569ee0e
3 changed files with 636 additions and 588 deletions

View File

@@ -109,9 +109,7 @@ public static class PascalGrammar
Terminator.NumberTerminator,
],
[
new Terminator(DelimiterType.SingleQuotation),
Terminator.CharacterTerminator,
new Terminator(DelimiterType.SingleQuotation),
]
]
},