This commit is contained in:
Krzosa Karol
2023-03-29 09:27:38 +02:00
parent e13b4b7f25
commit fa26e9d218
2 changed files with 19 additions and 24 deletions

View File

@@ -342,6 +342,7 @@ enum Ast_Kind : uint32_t {
AST_ENUM,
AST_ENUM_MEMBER,
AST_STRUCT,
AST_UNION,
};
typedef uint32_t Ast_Flag;