feat: 对输入的记号流进行分析 (#4)

添加了语法分析中各个重要状态类的`ToString`方法,方便调试

Reviewed-on: PostGuard/Canon#4
This commit is contained in:
2024-03-11 19:33:02 +08:00
parent f8bf60e7ea
commit 9930dbc42c
7 changed files with 192 additions and 4 deletions

View File

@@ -12,5 +12,6 @@ jobs:
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget
save-always: true
- name: Run test code
run: dotnet test