feat: 按照open_set中的示例调整语法 (#71)

添加了构建LR分析表冲突的报错

Reviewed-on: PostGuard/Canon#71
This commit is contained in:
2024-05-01 21:06:27 +08:00
parent feddbff205
commit 6130adfa7c
32 changed files with 1382 additions and 985 deletions

View File

@@ -62,7 +62,9 @@ public enum KeywordType
Not,
Mod,
And,
Or
Or,
True,
False
}
public enum OperatorType
@@ -99,11 +101,3 @@ public enum StateType
Unknown,
Done
}
public enum BasicIdType
{
Int,
Real,
Char,
Bool
}