feat(ast): add ast_assignements. Similar to how redirections are handled.

This commit is contained in:
matteo 2026-01-29 09:56:28 +01:00
parent 75d417eecf
commit fde653ac5d
5 changed files with 59 additions and 3 deletions

View file

@ -15,7 +15,8 @@ enum ast_type
AST_CMD,
AST_WORD,
AST_PIPE,
AST_NEG
AST_NEG,
AST_ASSIGNEMENT
};
struct ast