Expand description
Parser module for the Rush shell.
This module provides functionality to parse tokenized shell input into an Abstract Syntax Tree (AST) that can be executed by the executor module.
Re-exports§
pub use ast::Ast;pub use ast::Redirection;pub use ast::ShellCommand;
Modules§
- ast
- Abstract Syntax Tree (AST) definitions for the Rush shell parser.