refactoring parsing (wip)

This commit is contained in:
LuckyLaszlo
2021-12-11 04:27:57 +01:00
parent 9322ec9ec9
commit d3d55386d9
4 changed files with 48 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/12/05 17:36:01 by lperrey ### ########.fr */
/* Updated: 2021/12/10 18:46:48 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -40,8 +40,8 @@ int valid_command_separator(const t_token *token_list);
size_t count_pipes(t_token *token_list);
t_cmd **pipeline_alloc(size_t cmd_nbr);
int pipeline_fill_argv(t_token *token_list, t_cmd **pipeline);
int words_expansions(t_token *token_list);
int token_expansions(t_token **t);
int expansions(t_token *token_list, t_cmd **pipeline);
int token_expansions(t_token *t);
int redirections(t_token *token_list, t_cmd **pipeline);
// Exec