work on hashmap

This commit is contained in:
2025-06-20 03:00:56 +01:00
parent bddfb59886
commit d1f9b8a334
4 changed files with 77 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ typedef struct {
typedef struct {
} ArObject;
void run_instruction(Translated *translated, RuntimeState *state);