Skip to content

Implement parser and executor support for pipelines and redirects#76

Merged
ElianThorne merged 4 commits into
mainfrom
parser-executer-v2
Jul 11, 2026
Merged

Implement parser and executor support for pipelines and redirects#76
ElianThorne merged 4 commits into
mainfrom
parser-executer-v2

Conversation

@ElianThorne

Copy link
Copy Markdown
Collaborator
  • extended lexer/parser to recognize shell words, command arguments, pipes, and redirects
  • added AST nodes for Command, Pipeline, and Redirect with redirect modes
  • wired execution in main.rs for pipelines and file redirection
  • preserved fallback to system command execution on parse fallback
  • verified with cargo test

@TruFoundation TruFoundation deleted a comment from coderabbitai Bot Jul 10, 2026

@AkshajSinghal AkshajSinghal left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continue working on it, looks good!

@TruFoundation TruFoundation deleted a comment from coderabbitai Bot Jul 11, 2026
@TruFoundation TruFoundation deleted a comment from coderabbitai Bot Jul 11, 2026
@TruFoundation TruFoundation deleted a comment from coderabbitai Bot Jul 11, 2026
@ElianThorne ElianThorne merged commit dae77ce into main Jul 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants