This commit is contained in:
Krzosa Karol
2023-03-31 08:33:09 +02:00
parent aaf1b2f2d9
commit 77bcc74a64
2 changed files with 69 additions and 52 deletions

View File

@@ -366,9 +366,7 @@ enum {
struct Ast {
uint64_t di; // Debug id, shouldn't ever be used in the program
Token *pos;
Ast_Kind kind;
Ast_Scope *parent_scope;
Ast_Flag flags;
};