v0.1.9
- Parser now throws
ParseException
when secluded tokens are encountered (such as2 3 + 4
ortan(x) tan(y)
) instead of silently ignoring - Fix
ParseException
being incorrectly thrown for specific nested binary operations - Fix operators in function arguments incorrectly throwing a
ParseException