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

@@ -8,7 +8,7 @@
#define FUNCTION_H
#include "../object.h"
void init_function_type();
extern ArgonObject *ARGON_FUNCTION_TYPE;
ArgonObject *load_argon_function(Translated *translated, RuntimeState *state, struct Stack *stack);