MCPcopy Index your code
hub / github.com/endbasic/endbasic / make_interactive

Method make_interactive

std/src/lib.rs:419–421  ·  view source on GitHub ↗

Extends the machine with interactive (REPL) features.

(self)

Source from the content-addressed store, hash-verified

417
418 /// Extends the machine with interactive (REPL) features.
419 pub fn make_interactive(self) -> InteractiveMachineBuilder {
420 InteractiveMachineBuilder::from(self)
421 }
422}
423
424/// Builder pattern to construct an interpreter for REPL operation.

Callers 6

run_repl_loopFunction · 0.80
run_interactiveFunction · 0.80
build_machineMethod · 0.80
safe_run_repl_loopMethod · 0.80

Calls

no outgoing calls