translate-c file emission

This commit is contained in:
2026-06-24 22:53:20 +02:00
parent f6fc25a899
commit 4cb0ad7f25
7 changed files with 512 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ keyword_kind :: proc(text: string) -> token.Kind {
case "c_struct": return .Keyword_C_Struct
case "enum": return .Keyword_Enum
case "distinct": return .Keyword_Distinct
case "alias": return .Keyword_Alias
case "import": return .Keyword_Import
case "return": return .Keyword_Return
case "mut": return .Keyword_Mut