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

@@ -39,7 +39,7 @@ public class PascalGrammarTests
{
const string program = """
program exFunction;
const str = 'result is : ';
const str = 'a';
var a, b : Integer;
begin
writeln( str, ret );