mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 16:08:02 -05:00
Add unimplemented yield instruction
This commit is contained in:
@@ -549,6 +549,10 @@ impl StackFrameTrait for BytecodeStackFrame {
|
||||
|
||||
return Ok(FrameStepOk::Push(Box::new(cat_frame)));
|
||||
}
|
||||
|
||||
Yield => {
|
||||
panic!("TODO: yield");
|
||||
}
|
||||
};
|
||||
|
||||
Ok(FrameStepOk::Continue)
|
||||
|
||||
Reference in New Issue
Block a user