base ast + coloriage

This commit is contained in:
Nathan Lebrun
2025-01-27 19:49:48 +01:00
parent 1efc094d19
commit 5c3cd44e5a
9 changed files with 175 additions and 42 deletions

View File

@@ -30,6 +30,9 @@ t_ast_n *created_ast_n(t_state st, t_ast_n *prt, t_ast_n *he)
node->redir = _NR;
node->infile = NULL;
node->outfile = NULL;
node->left = NULL;
node->right = NULL;
node->pline = NULL;
if (prt)
node->shlvl = prt->shlvl;
else