work on number parsing

This commit is contained in:
William Bell
2025-08-11 19:26:19 +01:00
parent d2e742f992
commit f851b37f99
7 changed files with 208 additions and 25 deletions

View File

@@ -73,7 +73,7 @@ struct ArgonObject {
ArgonType child_type;
struct hashmap_GC *dict;
union {
mpq_t as_number;
mpq_t *as_number;
bool as_bool;
struct string_struct as_str;
native_fn native_fn;