Start work on the interpreter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user