add bool value to speed up primitives
This commit is contained in:
@@ -72,6 +72,7 @@ struct ArgonObject {
|
||||
ArgonType type;
|
||||
ArgonType child_type;
|
||||
struct hashmap_GC *dict;
|
||||
bool as_bool;
|
||||
union {
|
||||
mpq_t *as_number;
|
||||
struct string_struct as_str;
|
||||
|
||||
Reference in New Issue
Block a user