update: added pass the remove whitespace

This commit is contained in:
maix0 2024-10-08 15:19:16 +02:00
parent 6565c92758
commit e6f0f49e84
4 changed files with 49 additions and 2 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/02 18:43:41 by maiboyer #+# #+# */
/* Updated: 2024/10/07 16:46:03 by maiboyer ### ########.fr */
/* Updated: 2024/10/08 15:19:03 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -51,5 +51,6 @@ t_error ts_split_paren(t_vec_token input, t_vec_token *output);
t_error ts_do_fuck_all(t_vec_token input, t_vec_token *output);
t_error ts_fold_expension(t_vec_token input, t_vec_token *output);
t_error ts_fold_redir(t_vec_token input, t_vec_token *output);
t_error ts_remove_whitespace(t_vec_token input, t_vec_token *output);
#endif /* PASSES_H */