Module artichoke::repl

source ·
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§

Functions§

  • Run a REPL for the Artichoke interpreter exposed by the artichoke-backend crate.