Refactor function parsing
This commit is contained in:
@@ -37,6 +37,7 @@ typedef struct GroundDebugInstruction {
|
||||
} GroundDebugInstruction;
|
||||
|
||||
GroundStruct parseStruct(GroundProgram* in, GroundScope* scope, size_t errorOffset);
|
||||
GroundFunction* parseFunction(GroundProgram* in, size_t errorOffset);
|
||||
GroundValue interpretGroundProgram(GroundProgram* in, GroundScope* inScope);
|
||||
GroundValue interpretGroundInstruction(GroundInstruction inst, GroundScope* scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user