Expand description
Preparing input for the parser
This module implements the prepare_input function that prepares the
input for the shell syntax parser. The input is constructed from the given
source and decorated with the Echo and Prompter decorators as
necessary.
PrepareInputError defines the error that may occur when preparing the
input.
Structs§
- Prepare
Input Error - Error returned by
prepare_input
Functions§
- prepare_
input - Prepares the input for the shell syntax parser.