match statements
This commit is contained in:
@@ -37,6 +37,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
|
||||
case "continue": return .Keyword_Continue
|
||||
case "defer": return .Keyword_Defer
|
||||
case "yield": return .Keyword_Yield
|
||||
case "match": return .Keyword_Match
|
||||
case "else": return .Keyword_Else
|
||||
case "true": return .Keyword_True
|
||||
case "false": return .Keyword_False
|
||||
|
||||
Reference in New Issue
Block a user