From bd312d20901b968e0603359e8cd01276d114031a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 16:05:24 -0400 Subject: Further split out --- src/compile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compile.h') diff --git a/src/compile.h b/src/compile.h index 6ab62f9e..f3758643 100644 --- a/src/compile.h +++ b/src/compile.h @@ -8,7 +8,6 @@ #include "types.h" Text_t compile(env_t *env, ast_t *ast); -Text_t compile_arguments(env_t *env, ast_t *call_ast, arg_t *spec_args, arg_ast_t *call_args); Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version); Text_t compile_declaration(type_t *t, Text_t name); Text_t compile_empty(type_t *t); @@ -22,6 +21,5 @@ Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t Text_t compile_statement_type_header(env_t *env, Path_t header_path, ast_t *ast); Text_t compile_type(type_t *t); Text_t compile_type_info(type_t *t); -Text_t expr_as_text(Text_t expr, type_t *t, Text_t color); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3