pub fn expry_eval<'a, 'c>(
    bytecode: BytecodeRef<'a>,
    value: ValueRef<'a>,
    allocator: &mut MemoryScope<'c>
) -> Result<DecodedValue<'a>, EvalError<'a>> where
    'c: 'a, 
Expand description

Evaluate expression bytecode in the context of the given value, resulting in a decoded object.