From e920d306fb51c16fd473033b64aa5ba5c3e07409 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 15:56:38 -0400 Subject: Split into more files: promotion, sets, tables, pointers, functions. --- src/compile/functions.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/compile/functions.h (limited to 'src/compile/functions.h') diff --git a/src/compile/functions.h b/src/compile/functions.h new file mode 100644 index 00000000..1d2362a4 --- /dev/null +++ b/src/compile/functions.h @@ -0,0 +1,6 @@ + +#include "../ast.h" +#include "../environment.h" +#include "../stdlib/datatypes.h" + +Text_t compile_arguments(env_t *env, ast_t *call_ast, arg_t *spec_args, arg_ast_t *call_args); -- cgit v1.2.3