ast_copy
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user