pub fn step_op_stack(
op: Stack,
pc: usize,
stack: &mut Stack,
repeat: &mut Repeat,
) -> Result<Option<ProgramControlFlow>, OpSyncError>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,
) -> Result<Option<ProgramControlFlow>, OpSyncError>Step forward execution by the given stack operation.