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

Add NOT operator with Arrays support #2

Merged
merged 6 commits into from
Apr 28, 2016
Merged

Add NOT operator with Arrays support #2

merged 6 commits into from
Apr 28, 2016

Conversation

umayr
Copy link
Owner

@umayr umayr commented Apr 28, 2016

Previously, I was doing it by a recursive approach that gets the
innermost parenthesis and evaluate the condition and then so on.

While now, I'm building an expression using a dictionary of operators
and then evaluate it once.

Moreover, now it supports NOT too.

Umayr Shahid added 6 commits April 29, 2016 03:15
Previously, I was doing it by a recursive approach that gets the
innermost parenthesis and evaluate the condition and then so on.

While now, I'm building an expression using a dictionary of operators
and then evaluate it once.

Moreover, now it supports `NOT` too.
Add examples for Object and Array
@umayr umayr merged commit 2be28ca into master Apr 28, 2016
@umayr umayr deleted the develop branch April 28, 2016 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant