work on hashmap
This commit is contained in:
5
src/runtime/null/null.c
Normal file
5
src/runtime/null/null.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../runtime.h"
|
||||
|
||||
void run_null(Translated *translated, RuntimeState *state) {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ typedef struct {
|
||||
|
||||
|
||||
typedef struct {
|
||||
|
||||
|
||||
} ArObject;
|
||||
|
||||
void run_instruction(Translated *translated, RuntimeState *state);
|
||||
|
||||
Reference in New Issue
Block a user