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

Fix #354, Added support for negating expressions #371

Merged
merged 1 commit into from
Apr 12, 2016
Merged

Fix #354, Added support for negating expressions #371

merged 1 commit into from
Apr 12, 2016

Commits on Apr 12, 2016

  1. Fix #354, Added support for negating expressions

    Before we could write `-1` (due to the parser library handling negation
    of integers), but not `-1.0` or `-x` or `-1 + (-(1+2) + 3)`. This commit
    adds support for arbitrary negation.
    EliasC committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    6791bfe View commit details
    Browse the repository at this point in the history