diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:52:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:52:08 -0400 |
| commit | 124f22a4b6ba59d52d4400e6f2470e2c18984032 (patch) | |
| tree | b27499e6050e32d367295d19d9d20c6f40e73add /src/compile/functions.h | |
| parent | 9095599bc5184239fdc3dd35bc5bbbb89452b5c6 (diff) | |
Move function declaration logic
Diffstat (limited to 'src/compile/functions.h')
| -rw-r--r-- | src/compile/functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/functions.h b/src/compile/functions.h index 3632cd77..596e8966 100644 --- a/src/compile/functions.h +++ b/src/compile/functions.h @@ -5,6 +5,7 @@ #include "../environment.h" #include "../stdlib/datatypes.h" +Text_t compile_function_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); |
