Structs§
- Case
Pattern - A single case pattern clause within a
casestatement. - List
Item - An item in a command list: a command with an optional trailing operator.
- Node
- A spanned AST node combining a
NodeKindwith its sourceSpan. - Span
- Source span representing a byte range in the original input.
Enums§
- List
Operator - Operator between commands in a list.
- Node
Kind - AST node representing all bash constructs.
- PipeSep
- Separator between commands in a pipeline.