Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegEx doesn't handle inverted lists #1

Closed
mduffor opened this issue Dec 7, 2013 · 0 comments
Closed

RegEx doesn't handle inverted lists #1

mduffor opened this issue Dec 7, 2013 · 0 comments
Assignees
Labels

Comments

@mduffor
Copy link
Owner

mduffor commented Dec 7, 2013

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.

@ghost ghost assigned mduffor Dec 7, 2013
@mduffor mduffor closed this as completed Dec 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant