translate-c file emission
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user