v0.1.0
Pre-release
Pre-release
Language:
- Implicit arguments
- No offsets in struct definition
return (...)is replaced withreturn foo()- Additional type checks
Compiler and runner:
- Call & return push optimization
- Memory holes are allowed (continuity restriction is removed)
Standard library:
- New dict functions: dict_read(), dict_write()
- New default_dict functions
- Dict keys are no longer restricted to 128 bit integers