aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:53:56 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:53:56 -0400
commit02a864390d47ef165f4113eb9eeb67cafbd9b803 (patch)
treeeb5760e108ce8cfac1d6bd12a0ba58a31d5fe9d0 /src/compile/functions.h
parent124f22a4b6ba59d52d4400e6f2470e2c18984032 (diff)
Move ConvertDef logic
Diffstat (limited to 'src/compile/functions.h')
-rw-r--r--src/compile/functions.h1
1 files changed, 1 insertions, 0 deletions
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);