Wanky constant in structs sort of working but long way to go
This commit is contained in:
@@ -314,6 +314,11 @@ gen_ast(Ast *ast){
|
||||
genln("");
|
||||
gen_ast(it);
|
||||
}
|
||||
|
||||
For(agg->const_members){
|
||||
genln("");
|
||||
gen_ast(it);
|
||||
}
|
||||
global_indent--;
|
||||
genln("};");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user