ast bigest fix + norm

This commit is contained in:
gazhonsepaskwa
2025-02-15 13:43:26 +01:00
parent d9687a8e3a
commit 07cf3a7066
11 changed files with 70 additions and 54 deletions

View File

@@ -19,5 +19,7 @@ typedef struct s_msh t_msh;
void read_hereinput(char *limiter, t_node *lst, t_msh *msh);
void parse_heredoc(char *limiter, t_node *lst, t_msh *msh);
void create_heredoc(t_node *lst, t_msh *msh);
void end_heredoc(char *buf, t_msh *msh, t_node *lst, char *limiter);
void exit_heredoc(char *limiter, t_msh *msh, t_node *lst);
#endif