error handling kickoff
This commit is contained in:
@@ -24,6 +24,8 @@ keyword_kind :: proc(text: string) -> token.Kind {
|
||||
case "alias": return .Keyword_Alias
|
||||
case "import": return .Keyword_Import
|
||||
case "return": return .Keyword_Return
|
||||
case "try": return .Keyword_Try
|
||||
case "catch": return .Keyword_Catch
|
||||
case "mut": return .Keyword_Mut
|
||||
case "none": return .Keyword_None
|
||||
case "undefined": return .Keyword_Undefined
|
||||
|
||||
Reference in New Issue
Block a user