This commit is contained in:
Krzosa Karol
2022-04-30 12:28:34 +02:00
parent a5a3acf3ef
commit 3a9b748fed
15 changed files with 296 additions and 746 deletions

2
expr.h
View File

@@ -19,7 +19,7 @@ struct Expr {
Expr *next;
union {
struct {
Type *type;
AST_Node *type;
Expr* expr;
} cast;
struct {