Start work on the interpreter

This commit is contained in:
2026-06-15 21:33:58 +10:00
parent 80140ed798
commit da75cf7590
3 changed files with 196 additions and 114 deletions

View File

@@ -56,7 +56,7 @@ void _GroundListAppend(GroundList* list, GroundValue value);
void _GroundInstructionAppend(GroundInstruction* instruction, GroundArg arg);
void _GroundInstructionExecute(GroundInstruction* instruction, GroundState* state);
int64_t _GroundInstructionExecute(GroundInstruction* instruction, GroundValue* heap);
void _GroundProgramAppend(GroundProgram* program, GroundInstruction instruction);