Skip to main content

interpreter

Function interpreter 

Source
pub fn interpreter<H: 'static>(host: &mut H) -> Interpreter<H>
Expand description

Build an interpreter with the complete blue runtime installed.

This is the only sanctioned way to obtain one. A caller that builds an Interpreter directly gets a partial runtime, and the failure shows up as an unbound symbol at the far end of a program.