slosh_lib

Function load_one_expression

Source
pub fn load_one_expression(
    vm: &mut GVm<CompileEnvironment>,
    state: &mut CompileState,
    result: usize,
    exp: Value,
    name: &'static str,
    doc_string: Option<Value>,
    terminal: bool,
) -> Result<Option<Value>, VMError>