Skip to content

v0.7.0

Compare
Choose a tag to compare
@garritfra garritfra released this 15 Jun 16:10
· 92 commits to master since this release
v0.7.0
ba31122

v0.7.0 (2022-06-15)

Changes

  • Arrays now have a fixed capacity

Features

  • Instead of a temporary directory, heap memory is used for compilation
  • Support for binary, hexadecimal and octal number notations
  • Support for _ character in integers (E.g. 1_000_000)
  • Parser errors have been improved in consistency and readability
  • Compile to stdout by using the -o - flag
  • Proper support for utf-8
  • Initial support for QBE backend

Fixes

  • Allow constructor expressions as function arguments
  • Fix self keyword inside statement