You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inverted lists don't resolve properly. Currently items in a list are resolved in an "or" fashion, where [abc] resolves to "a OR b OR c". Inverting currently inverts individual items so you have "!a OR !b OR !c" instead of "!a AND !b AND !c". Need to implement logical AND to the parse tree.
The text was updated successfully, but these errors were encountered:
Inverted lists don't resolve properly. Currently items in a list are resolved in an "or" fashion, where [abc] resolves to "a OR b OR c". Inverting currently inverts individual items so you have "!a OR !b OR !c" instead of "!a AND !b AND !c". Need to implement logical AND to the parse tree.
The text was updated successfully, but these errors were encountered: