Referencing other packages works!!

This commit is contained in:
Krzosa Karol
2022-06-10 19:25:57 +02:00
parent eff0afd96c
commit decab135b8
9 changed files with 101 additions and 42 deletions

View File

@@ -60,7 +60,7 @@ struct Ast{
};
struct Ast_Resolved_Type;
struct Ast_Expr:Ast{};
struct Ast_Expr:Ast{ };
#define VALUE_FIELDS \
Ast_Resolved_Type *type; \