1 // This file defines how to compile CLI argument parsing
6 #include "../environment.h"
7 #include "../stdlib/datatypes.h"
10 Text_t compile_cli_arg_call(env_t *env, ast_t *ast, Text_t fn_name, type_t *fn_type);
11 Text_t compile_manpage(Text_t program, ast_t *ast, arg_t *args);