This commit is contained in:
gazhonsepaskwa
2025-02-12 11:39:05 +01:00
parent 2350222238
commit 99a74ea9ac
7 changed files with 25 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ t_ast_n *parser(char *input, t_msh *msh)
lst = tokenize(input);
if (!lst)
return (NULL);
create_heredoc(lst);
create_heredoc(lst, msh);
if (DEBUG)
{
dio = drawio_init(DIO_PATH);