stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user