run_repl

Function run_repl 

Source
pub fn run_repl(top: &mut TopLevel, quiet: bool)
Expand description

The raw λ↑↓ read-eval-print loop.

Runs until :q or EOF. Lines starting with : are REPL commands (dispatched to super::commands); everything else is parsed and evaluated in top, printing each result with its value kind. History persists at ~/.narju_lud_history, distinct from the Purple REPL’s history file — the two are different languages, and mixing their histories makes recall worse in both.