mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
where clauses for procedure literals
This commit is contained in:
@@ -118,6 +118,7 @@ using Kind :: enum u32 {
|
||||
Package,
|
||||
Typeid,
|
||||
When,
|
||||
Where,
|
||||
If,
|
||||
Else,
|
||||
For,
|
||||
@@ -252,6 +253,7 @@ tokens := [Kind.COUNT]string {
|
||||
"package",
|
||||
"typeid",
|
||||
"when",
|
||||
"where",
|
||||
"if",
|
||||
"else",
|
||||
"for",
|
||||
|
||||
Reference in New Issue
Block a user