fix: random fixes
This commit is contained in:
parent
3ee4a0b9ca
commit
787b1aed35
3 changed files with 35 additions and 8 deletions
|
|
@ -9,11 +9,6 @@
|
|||
struct ast *parse_redirection(struct lexer_context *ctx)
|
||||
{
|
||||
struct token *token = PEEK_TOKEN();
|
||||
if (token->type == TOKEN_IONUMBER)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
int io_number = -1;
|
||||
if (token->type == TOKEN_IONUMBER)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue