diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/parser.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/parser.h b/include/parser.h index 80d039b..c81abee 100644 --- a/include/parser.h +++ b/include/parser.h @@ -34,15 +34,16 @@ */ /* -** lexer.c +** parse.c */ -// char **lexer(char *input); +t_ret *parse(t_ftlst *input); +t_ast *parse_cmd(t_ast *ast, t_ftlst *ret); + /* -** parse.c +** cmd_parse.c */ - -t_ret *parse(t_ftlst *input); +int parse_cmd_str_true_fale(enum e_token_tag tag); #endif |
