add not and or, while also improving performance.
This commit is contained in:
@@ -56,6 +56,7 @@ struct string_struct {
|
||||
};
|
||||
|
||||
typedef struct Stack {
|
||||
uint64_t fake_new_scopes;
|
||||
struct hashmap_GC *scope;
|
||||
struct Stack *prev;
|
||||
} Stack;
|
||||
|
||||
Reference in New Issue
Block a user