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,8 +8,12 @@
#define RUNTIME_LITERALS_H
#include "../object.h"
extern ArgonObject *ARGON_NULL_TYPE;
extern ArgonObject *ARGON_NULL;
extern ArgonObject *ARGON_BOOL_TYPE;
extern ArgonObject *ARGON_FALSE;
extern ArgonObject *ARGON_TRUE;
void init_literals();