Skip to content

v0.12.5

Compare
Choose a tag to compare
@turbolent turbolent released this 22 Jan 23:27
· 10895 commits to master since this release

⭐ Features

  • WebAssembly: Add support for memory and data sections (#425)
  • Start of a compiler, with IR and WASM code generator (#409)
  • Language Server: Parse pragma arguments declarations and show codelenses (#432)

🛠 Improvements

  • Update the parser NPM package (#544)
  • Update the language server and Monaco client NPM packages (#545)
  • Interpreter: Always find the declared variable (#408)

🐞 Bug Fixes

  • Fix the export of type values with restricted static types (#551)
  • Fix nested enum declarations (#549)
  • Language Server: Don't panic when notifications fail (#543)