Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@liorgold2 liorgold2 released this 31 Mar 10:34
· 82 commits to master since this release

Language:

  • Implicit arguments
  • No offsets in struct definition
  • return (...) is replaced with return 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