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 register or sign in to comment