mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-15 00:18:06 -05:00
Partially implement yield*
This commit is contained in:
@@ -13,6 +13,7 @@ pub enum FrameStepOk {
|
||||
Pop(CallResult),
|
||||
Push(StackFrame),
|
||||
Yield(Val),
|
||||
YieldStar(Val),
|
||||
}
|
||||
|
||||
pub type FrameStepResult = Result<FrameStepOk, Val>;
|
||||
|
||||
Reference in New Issue
Block a user