Skip to content

v1.3.1

Compare
Choose a tag to compare
@vsariola vsariola released this 09 Jan 08:29
· 23 commits to main since this release

Fixed

  • Parentheses are not needed when indexing calls e.g. (a()).foo can be
    a().foo
  • Parentheses are needed in string literal method calls e.g. in ("abc"):sub(2)
  • Parse error when --{ looks like subtraction followed negated table
    constant