Skip to content

Release 0.0.16

Compare
Choose a tag to compare
@arporter arporter released this 16 Jun 14:41
· 454 commits to master since this release
ce45b76

This is essentially a bug-fix release that disables consistency checking in the symbol table functionality as this has proved not
quite robust enough yet. However, it also includes two performance optimisations (see below).

What's Changed

  • (towards #312) Improve performance by adding caching to the tokenizer by @sergisiso in #336
  • Fix bug: if construct has name, it must appear in end statement by @ZedThree in #325
  • (towards #312) Remove imports and function declaration from hotpath (new and match) by @sergisiso in #337
  • (Closes #350) disable validation checks by default by @arporter in #351

New Contributors

Full Changelog: 0.0.15...0.0.16