[−][src]Module mruby_bin::repl
A REPL (read–eval–print–loop) for an mruby interpreter exposed by the
mruby crate.
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
| PromptConfig | Configuration for the REPL readline prompt. |
Enums
| Error | REPL errors. |
Functions
| run | Run a REPL for the mruby interpreter exposed by the |