Struct init
This commit is contained in:
@@ -36,7 +36,7 @@ typedef struct GroundDebugInstruction {
|
||||
char* arg;
|
||||
} GroundDebugInstruction;
|
||||
|
||||
GroundStruct parseStruct(GroundProgram* in, size_t errorOffset);
|
||||
GroundStruct parseStruct(GroundProgram* in, GroundScope* scope, size_t errorOffset);
|
||||
GroundValue interpretGroundProgram(GroundProgram* in, GroundScope* inScope);
|
||||
GroundValue interpretGroundInstruction(GroundInstruction inst, GroundScope* scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user