faboussard / 42_minishell

1 stars 0 forks source link

Heredoc + limiter + trunk or append #20

Closed melobern closed 5 months ago

melobern commented 6 months ago

--> Need a bool for heredoc in token (or list ? : if (m->token->heredoc == 1) heredoc_function(t_minishell m, char limiter); (must be in list because --> need an enum for limiter (for the value to be used in here_doc_function) --> need TO_TRUNK to be add in the enums where APPEND / TO_APPEND is.