This commit is contained in:
2026-06-16 19:19:37 +10:00
parent da75cf7590
commit 9539629cfb
3 changed files with 393 additions and 11 deletions

View File

@@ -336,7 +336,7 @@ struct _Ground {
struct {
void (*append) (GroundInstruction* instruction, GroundArg arg);
void (*execute) (GroundInstruction* instruction, GroundState* state);
int64_t (*execute) (GroundInstruction* instruction, GroundValue* heap);
} Instruction;
struct {