refactoring parsing (wip)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user