add defer

This commit is contained in:
2026-06-27 03:36:47 +02:00
parent 81ae939bf0
commit b4ce2c2117
8 changed files with 375 additions and 13 deletions
+1
View File
@@ -34,6 +34,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
case "for": return .Keyword_For
case "break": return .Keyword_Break
case "continue": return .Keyword_Continue
case "defer": return .Keyword_Defer
case "else": return .Keyword_Else
case "true": return .Keyword_True
case "false": return .Keyword_False