aboutsummaryrefslogtreecommitdiff
path: root/src/compile/cli.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:37:08 -0400
commit4347eff736db4da9f8841793d63d282e694de080 (patch)
tree47dae97a3454d2481817af02dd0b04442c0ff03d /src/compile/cli.h
parente3e7c60dd75ef0f06a25ddde2685868062302eeb (diff)
Split CLI into its own file
Diffstat (limited to 'src/compile/cli.h')
-rw-r--r--src/compile/cli.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compile/cli.h b/src/compile/cli.h
new file mode 100644
index 00000000..dc18fd3c
--- /dev/null
+++ b/src/compile/cli.h
@@ -0,0 +1,5 @@
+#include "../environment.h"
+#include "../stdlib/datatypes.h"
+#include "../types.h"
+
+Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version);