Closed this issue 9 years ago · 1 comments
Test that consecutive calculations are made correctly.
Examples:
x + 10 - 10 x + (10 - 10) x + (10 - (10))
Fixed by recursive parsing when evaluating function calls without parenthesis.