pub fn run_repl() -> Result<()>
Run the REPL
use ruchy::run_repl; run_repl().expect("Failed to run REPL");
Returns an error if: