v0.7.0
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