Fix a few expression parser bugs.
- Error out if expression is not parsed completely. - Same-precedence operators get parsed left-to-right now, fixing division semantics. - allow negative exponents in sci notation.
Loading
Please sign in to comment