aboutsummaryrefslogtreecommitdiff
path: root/src/compile/cli.h
blob: dc18fd3cd032efc9e7e0c137b39bcc859d248e50 (plain)
1
2
3
4
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);