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

@@ -10,8 +10,7 @@
extern ArgonObject *ARGON_STRING_TYPE;
void init_string_type();
ArgonObject *init_string_object(char*data, size_t length);
ArgonObject *new_string_object(char*data, size_t length);
ArgonObject *new_string_object_null_terminated(char*data);
#endif // STRING_OBJ_H