This commit is contained in:
gingerBill
2024-05-09 10:58:57 +01:00
parent 97e9c50d11
commit d85c8f0b2c
4 changed files with 17 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ struct Entity {
CommentGroup *comment;
} Constant;
struct {
Ast *type_expr; // only used for some variables within procedure bodies
Ast *init_expr; // only used for some variables within procedure bodies
i32 field_index;
i32 field_group_index;