1 // This file defines how to compile header files
6 #include "../environment.h"
7 #include "../stdlib/datatypes.h"
9 Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast);
10 Text_t compile_namespace_header(env_t *env, const char *ns_name, ast_t *block);
11 Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast);
12 Text_t compile_statement_type_header(env_t *env, Path_t header_path, ast_t *ast);