Module input

Module input 

Source
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§

PrepareInputError
Error returned by prepare_input

Functions§

prepare_input
Prepares the input for the shell syntax parser.