write runtime object bootstrap

This commit is contained in:
2025-08-03 01:48:41 +01:00
parent a7d7ded803
commit 417d66faf3
15 changed files with 69 additions and 91 deletions

View File

@@ -32,7 +32,7 @@ typedef struct StackFrame {
StackFrame *previousStackFrame;
} StackFrame;
void init_types();
void bootstrap_types();
extern struct hashmap *runtime_hash_table;