Skip to main content

Module repl

Module repl 

Source
Expand description

Interactive REPL for TypR

Provides an interactive Read-Eval-Print-Loop with:

  • Syntax highlighting
  • Line editing with rustyline
  • History support
  • Type inference display

Structs§

CliInterface
CLI interface manager with Rustyline
ExecutionResult
Result of executing an R command
RRepl
Main REPL that orchestrates the executor and CLI interface

Enums§

MyCommand
Commands interpreted by the CLI

Functions§

start
Start the REPL