pub fn step_op_stack(
op: Stack,
pc: usize,
stack: &mut Stack,
repeat: &mut Repeat,
) -> OpSyncResult<Option<ProgramControlFlow>>Expand description
Step forward execution by the given stack operation.
pub fn step_op_stack(
op: Stack,
pc: usize,
stack: &mut Stack,
repeat: &mut Repeat,
) -> OpSyncResult<Option<ProgramControlFlow>>Step forward execution by the given stack operation.