mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Update parsers
This commit is contained in:
@@ -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 {
|
||||
".",
|
||||
",",
|
||||
"..",
|
||||
"..<",
|
||||
"\\",
|
||||
"",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user