Wanky constant in structs sort of working but long way to go

This commit is contained in:
Krzosa Karol
2022-05-30 18:46:01 +02:00
parent 980a3b68b9
commit a9b0318720
5 changed files with 32 additions and 45 deletions

View File

@@ -314,6 +314,11 @@ gen_ast(Ast *ast){
genln("");
gen_ast(it);
}
For(agg->const_members){
genln("");
gen_ast(it);
}
global_indent--;
genln("};");
}