diff options
Diffstat (limited to 'codegen.c')
| -rw-r--r-- | codegen.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -184,6 +184,8 @@ void emit_code(const struct root_node* ast, const char* path) { fprintf(outfile, "section .text\n"); scope_push(&scope); + /* TODO: register all basic types */ + /* output all non-static function declarations as globals */ const struct root_node* node = ast; while (node != NULL) { |
