Skip to main content

execute_vm_frame

Function execute_vm_frame 

Source
pub fn execute_vm_frame(
    arena: &mut SlgArena,
    bytecode: &[SlgOpcode],
    frame: &mut VmFrame,
) -> Option<NQuin>
Expand description

The Bytecode Evaluator for the Prolog Webizen