redirection parsing: define types in own files

This commit is contained in:
Khaïs COLIN 2025-03-07 13:34:47 +01:00
parent 06ebcf132a
commit cf517bb7f8
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
8 changed files with 92 additions and 43 deletions

View file

@ -6,14 +6,14 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/07 11:55:37 by khais #+# #+# */
/* Updated: 2025/03/07 12:00:13 by khais ### ########.fr */
/* Updated: 2025/03/07 14:43:15 by khais ### ########.fr */
/* */
/* ************************************************************************** */
#include <assert.h>
#include "../src/parser/simple_cmd/simple_cmd.h"
#include "../src/parser/wordsplit/wordsplit.h"
#include "../src/postprocess/redirections/redirections.h"
#include "../src/postprocess/redirections/redirection_parsing.h"
static t_simple_cmd *parse_simple_cmd(char *input)
{