pub fn execute_repl_input( session: &mut ReplSession, input: ReplInput, ) -> Result<ReplEvent, ReplError>
Execute one REPL input event with interrupt/EOF-safe behavior.