I/O Redirection #14

Closed
opened 2025-02-02 23:47:28 -07:00 by parker_macdonald · 3 comments

This was added a while ago, but was removed in commit 421fc2e736 because the solution was not great, and would not compile with warnings cranked up.

This ticket encompasses all of I/O redirection, including:

  • <
  • 0<
  • >
  • 1>
  • >>
  • 2>
  • | (Optional for this ticket, if not implemented, another ticket will be made)
This was added a while ago, but was removed in commit 421fc2e7361aca716bb5dd79aa4c49a526d5abbc because the solution was not great, and would not compile with warnings cranked up. This ticket encompasses all of I/O redirection, including: - `<` - `0<` - `>` - `1>` - `>>` - `2>` - `|` (Optional for this ticket, if not implemented, another ticket will be made)
Author
Owner

This ticket should be done before or after issue #13 since #13 needs large scale changes to the lexer, and this ticket is also lexer dependent.

This ticket should be done before or after issue #13 since #13 needs large scale changes to the lexer, and this ticket is also lexer dependent.
s1idewhist1e was assigned by parker_macdonald 2025-02-04 21:00:26 -07:00
Ty was assigned by parker_macdonald 2025-02-04 21:01:46 -07:00
s1idewhist1e was unassigned by parker_macdonald 2025-02-04 21:01:46 -07:00
Author
Owner

Thanks for working on this @Ty

Thanks for working on this @Ty
Author
Owner

it has been done in pr #25

it has been done in pr #25
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: parker_macdonald/rash#14
No description provided.