chore: keyword 'div' instead of 'divide'.

rename 'ScannerTest' to 'ScannerTests'.
This commit is contained in:
2024-08-14 22:47:45 +08:00
parent 65d6b9794c
commit fee62ec289
10 changed files with 22 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ public sealed class LexicalScanner
StringIgnoreCase("real"),
StringIgnoreCase("boolean"),
StringIgnoreCase("char"),
StringIgnoreCase("divide"),
StringIgnoreCase("div"),
StringIgnoreCase("not"),
StringIgnoreCase("mod"),
StringIgnoreCase("and"),