feat: 前端界面优化 (#48)

Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Reviewed-on: PostGuard/Canon#48
Co-authored-by: Ichirinko <1621543655@qq.com>
Co-committed-by: Ichirinko <1621543655@qq.com>
This commit is contained in:
Ichirinko
2024-04-21 16:30:44 +08:00
committed by jackfiled
parent 3f5cfb13a6
commit a95987b3ce
14 changed files with 114 additions and 95 deletions

View File

@@ -84,8 +84,9 @@ public class PascalGrammarTests
{
const string program = """
program varTest;
var a : char;
var a : integer;
begin
a := 9 div 1;
end.
""";