add subtract support and string concatenation

This commit is contained in:
William Bell
2025-08-15 05:41:26 +01:00
parent c3c7f1597e
commit 2d577594fc
12 changed files with 156 additions and 21 deletions

View File

@@ -74,7 +74,6 @@ struct ArgonObject {
struct hashmap_GC *dict;
union {
mpq_t *as_number;
bool as_bool;
struct string_struct as_str;
native_fn native_fn;
struct argon_function_struct argon_fn;