Polymorphs
This commit is contained in:
@@ -832,6 +832,7 @@ CORE_Static String
|
||||
compile_to_c_code() {
|
||||
pctx->time.code_generation = os_time();
|
||||
|
||||
#if 0
|
||||
String core_stringify(Ast *);
|
||||
For(pctx->ordered_decls) {
|
||||
Ast *copy = ast_copy(it, 0);
|
||||
@@ -843,6 +844,7 @@ compile_to_c_code() {
|
||||
printf("%s\n", r.str);
|
||||
}
|
||||
pctx->gen.reset();
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
int di = 0;
|
||||
|
||||
Reference in New Issue
Block a user