feat(lexer + grammar): inch les redirections ca marche
This commit is contained in:
parent
28749a2992
commit
25079bfebf
6 changed files with 77 additions and 46 deletions
|
|
@ -200,7 +200,7 @@ struct ast *parse_simple_command(struct lexer_context *ctx)
|
|||
}
|
||||
if (prefix->type == AST_ASSIGNEMENT)
|
||||
{
|
||||
assignments = list_append(assignments, prefix)
|
||||
assignments = list_append(assignments, prefix);
|
||||
}
|
||||
else if (prefix->type == AST_REDIR)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue