File outputting while embedding GroundVM

This commit is contained in:
2025-12-21 11:41:14 +11:00
parent 13b07e0042
commit 579720015a
4 changed files with 19 additions and 3 deletions

View File

@@ -122,6 +122,7 @@ extern "C" {
GroundProgram groundCreateProgram();
void groundAddInstructionToProgram(GroundProgram* program, GroundInstruction instruction);
GroundValue groundRunProgram(GroundProgram* program);
void groundPrintProgram(GroundProgram* program);
GroundInstruction groundCreateInstruction(GroundInstType type);
void groundAddValueToInstruction(GroundInstruction* inst, GroundValue value);