feat(parser): implementing redirections...
This commit is contained in:
parent
d52f603eec
commit
7614370d00
2 changed files with 17 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
enum ast_redir_type
|
||||
{
|
||||
AST_REDIR_TYPE_NULL,
|
||||
AST_REDIR_TYPE_LESS, // <
|
||||
AST_REDIR_TYPE_GREAT, // >
|
||||
AST_REDIR_TYPE_DLESS, // <<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue