error handling kickoff

This commit is contained in:
2026-06-29 22:55:56 +02:00
parent 98c303d22c
commit ae5af37b85
14 changed files with 1229 additions and 173 deletions
+2
View File
@@ -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