Skip to content

3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 08:37
· 8 commits to main since this release
a7befb8

3.1.0 (2021-12-21)

Bug Fixes

  • added toBoolean method to BooleanExpr (9c9fa55)
  • changes to the version prompt (#36) (a7befb8)
  • constant fold unary expressions (dea87df)
  • fixed issue where labels aren't being generated by orphaned CompareExprs (40f430b)
  • fixed issue where orphaned expressions aren't folded (782b3c7)
  • make IfThenElseExpr falsy if its test condition is falsy (b743e9d)

Features

  • added parent to AST nodes (786c01b)
  • throw semantic error if test condition is NIL type (cb206e5)