aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-06 12:41:18 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-06 12:41:18 -0500
commit03f8742eb7fcd53ed1743bfa4b83d4f13f5bc16a (patch)
tree956928e17620f07138222c1266426acce079df23 /compile.h
parent211af053819ccfabcf97b0e2a372e7e7deb8495d (diff)
Fix namespace initializers
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.h b/compile.h
index df7464b7..6ae5cb07 100644
--- a/compile.h
+++ b/compile.h
@@ -17,6 +17,7 @@ module_code_t compile_file(ast_t *ast);
CORD compile_type_ast(type_ast_t *t);
CORD compile_type(type_t *t);
CORD compile(env_t *env, ast_t *ast);
+void compile_namespace(env_t *env, const char *ns_name, ast_t *block);
CORD compile_statement(env_t *env, ast_t *ast);
CORD compile_type_info(env_t *env, type_t *t);