fix: thunk & function
This commit is contained in:
@@ -14,8 +14,8 @@ pub enum OpCode {
|
||||
LookUp { sym: EcoString },
|
||||
/// load a thunk lazily onto stack
|
||||
LoadThunk { idx: usize },
|
||||
/// load a thunk onto stack and force its value
|
||||
LoadValue { idx: usize },
|
||||
/// TODO:
|
||||
CaptureEnv,
|
||||
/// force TOS to value
|
||||
ForceValue,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user