diff options
| author | nass1pro <nass1pro@gmail.com> | 2020-06-17 19:01:25 +0200 |
|---|---|---|
| committer | nass1pro <nass1pro@gmail.com> | 2020-06-17 19:01:25 +0200 |
| commit | ae510a886b202926b4a5502de02a938054844ad4 (patch) | |
| tree | bc8d60be16b32d8bdb6f5a0234305149fc420c2d /include/parser.h | |
| parent | 4a0fc35cbe98d75f64113643768b16c9b29d773f (diff) | |
| download | minishell-ae510a886b202926b4a5502de02a938054844ad4.tar.gz minishell-ae510a886b202926b4a5502de02a938054844ad4.tar.bz2 minishell-ae510a886b202926b4a5502de02a938054844ad4.zip | |
Update line op
Diffstat (limited to 'include/parser.h')
| -rw-r--r-- | include/parser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/parser.h b/include/parser.h index 2bfa9d5..bc1e549 100644 --- a/include/parser.h +++ b/include/parser.h @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* parser.h :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* By: cacharle <cacharle@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 09:00:00 by cacharle #+# #+# */ -/* Updated: 2020/06/14 10:31:20 by charles ### ########.fr */ +/* Updated: 2020/06/17 18:03:33 by nahaddac ### ########.fr */ /* */ /* ************************************************************************** */ @@ -38,6 +38,7 @@ */ t_ret *parse(t_ftlst *input); +t_ret *parse_c(t_ftlst *input); t_ast *push_cmd(t_ast *ast, t_ftlst *ret); t_ast *push_redir(t_ast *ast, t_ftlst *rest); |
