Skip to content

0.529

Compare
Choose a tag to compare
@rblanckaert rblanckaert released this 27 May 00:01
· 657 commits to master since this release
61766a6

Analysis changes

  • Improved parse error when function is used as a type
  • Type checker now reports errors when indexing tables that don't have an indexer

Runtime changes

  • Fix a bug with unsandboxed iteration with pairs() (#504)
  • Bytecode optimizer can now inline functions and unroll loops with nested loops at -O2
  • Bytecode output for --compile flag now uses labels instead of jump offsets

Community contributions