bugfix expansions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/24 10:52:40 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/07 04:37:30 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/08 01:03:29 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -37,13 +37,19 @@ t_cmd **parsing(t_token *token_list)
|
||||
return (NULL);
|
||||
|
||||
// 2.9.1 - 2) Expansion
|
||||
// TEST TOKENS PRINT
|
||||
ft_putstr_fd("TOKENS LIST :\n-----------\n", 1);
|
||||
ft_lstprint((t_list *)token_list, 1);
|
||||
//
|
||||
words_expansions(token_list);
|
||||
//
|
||||
ft_putstr_fd("TOKENS LIST EXPANDED :\n-----------\n", 1);
|
||||
ft_lstprint((t_list *)token_list, 1);
|
||||
|
||||
// 2.9.1 - 3) Redirection
|
||||
|
||||
// Struct CMD fill
|
||||
|
||||
|
||||
// HUGO WIP
|
||||
// cmd_expansion(cmd_arr, envp);
|
||||
// handle_argv(token_list, cmd_arr, cmd_nbr);
|
||||
|
||||
Reference in New Issue
Block a user