comptime expandable match statements
This commit is contained in:
@@ -37,6 +37,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
|
||||
case "if": return .Keyword_If
|
||||
case "while": return .Keyword_While
|
||||
case "for": return .Keyword_For
|
||||
case "expand": return .Keyword_Expand
|
||||
case "break": return .Keyword_Break
|
||||
case "continue": return .Keyword_Continue
|
||||
case "defer": return .Keyword_Defer
|
||||
|
||||
Reference in New Issue
Block a user