Expand description
A REPL (read–eval–print–loop) for an Artichoke interpreter.
The REPL is readline enabled, but does not save history. The REPL supports multi-line Ruby expressions, CTRL-C to break out of an expression, and can inspect return values and exception backtraces.
Structs§
- Parser
Alloc Error - Failed to initialize parser during REPL boot.
- Parser
Internal Error - Internal fatal parser error.
- Parser
Line Count Error - Parser processed too many lines of input.
- Prompt
Config - Configuration for the REPL readline prompt.