Update parsers

This commit is contained in:
gingerBill
2019-05-28 12:55:55 +01:00
parent fb3d73cb20
commit 65e9b4d5f0
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -108,6 +108,7 @@ using Kind :: enum u32 {
Period,
Comma,
Ellipsis,
Range_Half,
Back_Slash,
B_Operator_End,
@@ -244,6 +245,7 @@ tokens := [Kind.COUNT]string {
".",
",",
"..",
"..<",
"\\",
"",