aboutsummaryrefslogtreecommitdiff
path: root/src/compile/files.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:13:48 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:13:48 -0400
commit2245c883680ccfbe545f230d6b68c38ce54bceb6 (patch)
tree2a861d7482bcf0f30c07483e6adc287f83e8090a /src/compile/files.h
parent476bacc27671de92e8fdbc5b2a904bbf8bc80377 (diff)
Shift some code around.
Diffstat (limited to 'src/compile/files.h')
-rw-r--r--src/compile/files.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile/files.h b/src/compile/files.h
index 8b8b4012..c9086f53 100644
--- a/src/compile/files.h
+++ b/src/compile/files.h
@@ -4,3 +4,6 @@
Text_t compile_file(env_t *env, ast_t *ast);
Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast);
+Text_t compile_namespace_header(env_t *env, const char *ns_name, ast_t *block);
+Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast);
+Text_t compile_statement_type_header(env_t *env, Path_t header_path, ast_t *ast);