Skip to content

v0.1.5

Compare
Choose a tag to compare
@Muqsit Muqsit released this 29 Sep 08:32
· 316 commits to master since this release
  • ParseException is now thrown when a missing opening/closing parenthesis is encountered
  • ParseException is now thrown when no lvalue or rvalue is supplied for a binary operator
  • ParseException is now thrown when no rvalue is supplied for a unary operator
  • ParseException is now thrown when the supplied expression is empty
  • ParseException now extends Exception
    • This change lets IDEs hint developers to catch ParseException when Parser::parse() is invoked