aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 16:05:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 16:05:24 -0400
commitbd312d20901b968e0603359e8cd01276d114031a (patch)
tree12817d84846921475aa3dbcf8fa0456cc68667e5 /src/compile/functions.h
parente920d306fb51c16fd473033b64aa5ba5c3e07409 (diff)
Further split out
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 1d2362a4..fdab495f 100644
--- a/src/compile/functions.h
+++ b/src/compile/functions.h
@@ -3,4 +3,5 @@
#include "../environment.h"
#include "../stdlib/datatypes.h"
+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);