fix: random fixes

This commit is contained in:
Gu://em_ 2026-01-24 16:48:21 +01:00
parent 3ee4a0b9ca
commit 787b1aed35
3 changed files with 35 additions and 8 deletions

View file

@ -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)
{