Trying to do some code generation

This commit is contained in:
Krzosa Karol
2023-02-11 10:32:11 +01:00
parent 27d9ad3ddc
commit 391df593a2
4 changed files with 240 additions and 61 deletions

View File

@@ -399,7 +399,7 @@ struct Ast_Atom: Ast_Expr{
Ast_Decl *resolved_decl;
union {
bool bool_val;
double f64_val;
double f64_val;
Intern_String intern_val;
BigInt big_int_val;
Ast_Type *type_val;