Release 0.0.16
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
- @sergisiso made their first contribution in #336
Full Changelog: 0.0.15...0.0.16