From 02a864390d47ef165f4113eb9eeb67cafbd9b803 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:53:56 -0400 Subject: Move ConvertDef logic --- src/compile/functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/functions.h') diff --git a/src/compile/functions.h b/src/compile/functions.h index 596e8966..d269a10b 100644 --- a/src/compile/functions.h +++ b/src/compile/functions.h @@ -6,6 +6,7 @@ #include "../stdlib/datatypes.h" Text_t compile_function_declaration(env_t *env, ast_t *ast); +Text_t compile_convert_declaration(env_t *env, ast_t *ast); Text_t compile_function_call(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_lambda(env_t *env, ast_t *ast); -- cgit v1.2.3