aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:33:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:33:19 -0400
commite3e7c60dd75ef0f06a25ddde2685868062302eeb (patch)
tree71671de131f1e5a5a375b559820d37e834984d82 /src/compile/functions.h
parent9b16e1c06cad326b79e3aab8a95d5f97ea07af90 (diff)
Move method calls
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 da9a6992..736662af 100644
--- a/src/compile/functions.h
+++ b/src/compile/functions.h
@@ -8,3 +8,4 @@ Text_t compile_arguments(env_t *env, ast_t *call_ast, arg_t *spec_args, arg_ast_
Text_t compile_lambda(env_t *env, ast_t *ast);
Table_t get_closed_vars(env_t *env, arg_ast_t *args, ast_t *block);
Text_t compile_function(env_t *env, Text_t name_code, ast_t *ast, Text_t *staticdefs);
+Text_t compile_method_call(env_t *env, ast_t *ast);