From 4347eff736db4da9f8841793d63d282e694de080 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:37:08 -0400 Subject: Split CLI into its own file --- src/compile/cli.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/compile/cli.h (limited to 'src/compile/cli.h') 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); -- cgit v1.2.3