This commit is contained in:
2026-06-21 16:13:00 +10:00
parent ff98aa63b4
commit b2f6883e62
10 changed files with 351 additions and 42 deletions

View File

@@ -425,6 +425,8 @@ struct _Ground {
} Log;
struct {
void (*save) (GroundBytecode* bytecode, const char* path);
GroundBytecode (*load) (const char* path);
struct {
void (*execute) (GroundBytecodeProgram* program, GroundBytecodeHeap* heap);
void (*optimise) (GroundBytecodeProgram* program);