Delete previous progress

This commit is contained in:
Krzosa Karol
2022-05-02 09:49:22 +02:00
parent 6d68fd07aa
commit 3c376bbe30
13 changed files with 81 additions and 1274 deletions

2
expr.h
View File

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