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

checksyntax has problem #80

Closed
MehdiPirmoradian opened this issue Aug 26, 2017 · 5 comments
Closed

checksyntax has problem #80

MehdiPirmoradian opened this issue Aug 26, 2017 · 5 comments
Labels
Milestone

Comments

@MehdiPirmoradian
Copy link

10*(350.0/5) + 60.0 + + (180/3)*5
returns true "already checked no errors"
please check and modify it

@mariuszgromada
Copy link
Owner

Confirmed - this is a bug. Thx. Problem is also causing infinite loop while calculate()

@mariuszgromada
Copy link
Owner

mariuszgromada commented Aug 28, 2017

The cause of the problem was identified. If '++' used instead of '+ +' then check syntax works ok returning false. I need to fix the grammar a bit :-) thx for contributing.

@MehdiPirmoradian
Copy link
Author

MehdiPirmoradian commented Aug 28, 2017 via email

@mariuszgromada
Copy link
Owner

fixed

@mariuszgromada
Copy link
Owner

Released - check nuget or maven :-)

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

2 participants