Module conch_parser::parse
[−]
[src]
The definition of a parser (and related methods) for the shell language.
Structs
| CommandGroupDelimiters |
Used to configure when |
| Parser |
A parser for the shell language. It will parse shell commands from a
stream of shell |
| ParserIterator |
An |
| SourcePos |
Indicates a character/token position in the original source. |
Enums
| ParseError |
The error type which is returned from parsing shell commands. |
Type Definitions
| DefaultParser |
A parser which will use a default AST builder implementation,
yielding results in terms of types defined in the |
| ParseResult |
A specialized |