start working on oop runtime
This commit is contained in:
@@ -8,10 +8,6 @@ typedef struct {
|
||||
} RuntimeState;
|
||||
|
||||
|
||||
typedef struct {
|
||||
|
||||
} ArObject;
|
||||
|
||||
void run_instruction(Translated *translated, RuntimeState *state);
|
||||
|
||||
void runtime(Translated translated);
|
||||
|
||||
Reference in New Issue
Block a user