Working on slices, builtin stuff feels wanky, rewrite gen_simple_decl to

generate string
This commit is contained in:
Krzosa Karol
2022-06-14 12:00:48 +02:00
parent f189ca381e
commit 946e4082cc
5 changed files with 159 additions and 64 deletions

View File

@@ -65,7 +65,8 @@ struct Ast{
};
struct Ast_Type;
struct Ast_Expr:Ast{ };
struct Ast_Expr:Ast{
};
#define VALUE_FIELDS \
Ast_Type *type; \