What's New
- Rewritten in C99 (from C++)
nil- Zero value for all types, except:- integers
- floats
- strings
- booleans
- Maybe types (nillable types)
m: ?int; ...; i, ok := m?;
match typeforanyunion_castx, ok := var union_cast Foo.Bar
- Backend and stability improvements
Bug fixes
#import "..." as .will not act like#loadand keep imported entities local to that file- Initialize global memory at compile time if possible
- Fix enums with duplicate entries crash
- Remove some duplicate error messages
Linux and OSX
Coming Soon™
Enjoy!