优化输入逻辑

This commit is contained in:
Luke 2025-04-27 14:19:21 +08:00
parent dbdb906a49
commit 2ce4b0267c
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ public class Main {
// 打印
TokenPrinter.print(tokens); // 打印 Token 列表
// TokenPrinter.print(tokens); // 打印 Token 列表
ASTPrinter.print(ast); // 打印 AST
// ASTPrinter.printJson(ast); // 打印JSON AST

1
test
View File

@ -7,7 +7,6 @@ module: CommonTasks
declare num1: int
declare num2: int
return_type: int
end function
end module