New Language Features
None
New Compiler Features
#by_ptrprocedure attribute to enforce a parameter to be passed by pointer internally
Compiler Improvements
- Improved build scripts for *nix systems
- Improved error message when doing
^xinstead of&xfor addressable variables - Improved debug symbol generation
- Fix and improve
x->y()behaviour to minimize duplicate evaluation - Disallow
proc do stmtand only allowproc() { stmt }- This removed an ambiguity with parsing
- Fix minor issue with a lack of a trailing comma in parsing
structs without-vet - Numerous bug fixes
New Packages
None
Package Improvements
- Improvements to
strings.Bufferrelated procedures - Update
vendor:raylibto support macos-arm64 - Minor improvements to mathematical procedures
- Minor clean up of the WASI API
- Simplify logic of
appendof zero sized elements