This commit is contained in:
2025-11-24 10:15:53 +11:00
parent 251dd719b0
commit 51e9df75c3
6 changed files with 127 additions and 16 deletions

View File

@@ -28,5 +28,7 @@ typedef struct GroundScope {
} GroundScope;
void interpretGroundProgram(GroundProgram* in);
void interpretGroundInstruction(GroundInstruction* in, GroundScope* scope);
void interpretGroundInstruction(GroundInstruction inst, GroundScope* scope);
#endif