**Description** For example: `1 + 10 / 2` will calculate `/` first, then `+`, so the result should be 6, this would better be solved at parsing stage.
Description
For example:
1 + 10 / 2will calculate/first, then+, so the result should be 6, this would better be solved at parsing stage.