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

Parse error against negative sign #14

Closed
gemmarx opened this issue Aug 18, 2016 · 2 comments
Closed

Parse error against negative sign #14

gemmarx opened this issue Aug 18, 2016 · 2 comments

Comments

@gemmarx
Copy link

gemmarx commented Aug 18, 2016

Parser cannot seem to handle negative sign.
Two evals below print "Can't parse: Minus" in stdout, and ErrorFunctionArgMismatch is returned.

engine.eval::<i64>("var n = -1; n");
engine.eval::<i64>("-1+5");
@sophiajt sophiajt mentioned this issue Oct 21, 2016
3 tasks
@gemmarx
Copy link
Author

gemmarx commented Oct 28, 2017

About this theme, issue #25 has been opened.
Thanks :-)

@gemmarx gemmarx closed this as completed Oct 28, 2017
@luciusmagn
Copy link
Collaborator

I have already implemented unary operators in my local copy and hopefully, will be merging soon!

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

No branches or pull requests

2 participants