[][src]Module papyrus::input

Parsing of input.

Enums

InputResult

Possible results from reading input from InputReader

Functions

determine_result

Parse input and line and determine what InputResult.

parse_command

Parses a line of input as a command. Returns either a Command value or an InputError value.

parse_program

Parses a line of input as a program.