some cool things
This commit is contained in:
@@ -439,6 +439,15 @@ struct _Ground {
|
||||
GroundValue* (*get) (GroundBytecodeHeap* heap, GroundSize idx);
|
||||
} Heap;
|
||||
} Bytecode;
|
||||
|
||||
struct {
|
||||
char* (*Arg)(GroundArg* arg);
|
||||
char* (*Heap)(GroundBytecodeHeap* heap);
|
||||
char* (*Instruction)(GroundInstruction* instruction);
|
||||
char* (*Program)(GroundProgram* program);
|
||||
char* (*String)(GroundString* string);
|
||||
char* (*Value)(GroundValue* value);
|
||||
} Stringify;
|
||||
};
|
||||
|
||||
extern struct _Ground Ground;
|
||||
|
||||
Reference in New Issue
Block a user