Polymorphs

This commit is contained in:
Krzosa Karol
2023-04-01 09:28:35 +02:00
parent e2ae8005bb
commit 5fb4999ca8
5 changed files with 278 additions and 226 deletions

View File

@@ -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;