Struct init

This commit is contained in:
2026-01-17 20:04:18 +11:00
parent 100944cc1e
commit 1c5300d27e
2 changed files with 78 additions and 2 deletions

View File

@@ -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);