#ifndef CODEGEN_H #define CODEGEN_H #include "ast.h" void emit_code(const struct root_node* ast, const char* path); #endif