feat(ast): add ast_assignements. Similar to how redirections are handled.
This commit is contained in:
parent
75d417eecf
commit
fde653ac5d
5 changed files with 59 additions and 3 deletions
|
|
@ -15,7 +15,8 @@ enum ast_type
|
|||
AST_CMD,
|
||||
AST_WORD,
|
||||
AST_PIPE,
|
||||
AST_NEG
|
||||
AST_NEG,
|
||||
AST_ASSIGNEMENT
|
||||
};
|
||||
|
||||
struct ast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue