Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 17:36

1.1.0 (2024-01-26)

Features

  • add or_continue and or_break expressions (d314318)

Bug Fixes

  • bad indenting in else and else if blocks (2ed3a06)
  • commas at the end of a return statement allow for a continuation (7c8e12d)
  • parameters with a type annotation can be prefixed with a tag (07f7192)
  • remove unnecesary tag in unary ops (78f5fd4)
  • tag regex (363c99e)
  • variable declarations can be procedures (96a8f1e)