Skip to content

v0.1.9

Compare
Choose a tag to compare
@Muqsit Muqsit released this 30 Sep 21:44
· 289 commits to master since this release
  • Parser now throws ParseException when secluded tokens are encountered (such as 2 3 + 4 or tan(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