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 logical negation operation #27

Merged
merged 2 commits into from
Feb 13, 2018
Merged

Conversation

tfij
Copy link
Contributor

@tfij tfij commented Feb 12, 2018

No description provided.

engine.eval(input, evalContext).get() == expResult

where:
input || expResult
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

! is always at the beginning.
Please add some tests where negation is inside the expression in various places to test that operator priority works fine

@bgalek bgalek merged commit 8ccabb7 into master Feb 13, 2018
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.

3 participants