feat(parser): implementing redirections...

This commit is contained in:
Matteo Flebus 2026-01-27 16:17:40 +01:00
parent d52f603eec
commit 7614370d00
2 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,7 @@
enum ast_redir_type
{
AST_REDIR_TYPE_NULL,
AST_REDIR_TYPE_LESS, // <
AST_REDIR_TYPE_GREAT, // >
AST_REDIR_TYPE_DLESS, // <<