diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:56:38 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:56:38 -0400 |
| commit | e920d306fb51c16fd473033b64aa5ba5c3e07409 (patch) | |
| tree | ab0a7cb47ad050f278981be1e0a4edc19b8daaee /src/compile/functions.h | |
| parent | c62c3200c7078f58b218def14c54bbfd26677069 (diff) | |
Split into more files: promotion, sets, tables, pointers, functions.
Diffstat (limited to 'src/compile/functions.h')
| -rw-r--r-- | src/compile/functions.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
