evaluate_repl

Function evaluate_repl 

Source
pub fn evaluate_repl(
    engine_state: &mut EngineState,
    stack: Stack,
    prerun_command: Option<Spanned<String>>,
    load_std_lib: Option<Spanned<String>>,
    entire_start_time: Instant,
) -> Result<()>
Expand description

The main REPL loop, including spinning up the prompt itself.