undefined assignment

This commit is contained in:
2026-06-25 20:37:20 +02:00
parent e0b6f6049c
commit ca6cc89da0
10 changed files with 489 additions and 47 deletions
+1
View File
@@ -25,6 +25,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
case "return": return .Keyword_Return
case "mut": return .Keyword_Mut
case "none": return .Keyword_None
case "undefined": return .Keyword_Undefined
case "orelse": return .Keyword_Orelse
case "and": return .Keyword_And
case "or": return .Keyword_Or