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
- Execution
Result - 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