Crate repl_lib

Crate repl_lib 

Source

Structs§

Repl
Interactive Read-Eval-Print Loop implementation.

Enums§

Error
Error type for REPL operations.
InputType
Type of input being processed by the REPL.

Type Aliases§

ProcessFunc
Function type for processing input lines.
Result
Result type alias for repl_lib operations.
TerminatedLineFunc
Function type for determining if a line is complete.