diff options
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); |
