fix: thunk & function

This commit is contained in:
2025-05-15 11:11:11 +08:00
parent bcb6c48cfa
commit 2293b9e2de
10 changed files with 76 additions and 112 deletions

View File

@@ -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,