Skip to content

v0.2.0

Compare
Choose a tag to compare
@CohenArthur CohenArthur released this 26 Oct 08:16
· 884 commits to master since this release
1babd52

Major changes:

  • Add static typechecker
  • Add < and > operators in #321
  • Implement correct for loop behavior in #316
  • Add FFI
  • Add builtin functions

Minor changes:

  • Add args handling library in #314
  • stdlib/exit: Add exit() function in #318
  • Add Iter and Range in #280
  • Add install script to package standard library in #309
  • Load libraries from path in #310
  • ffi: Allow loading libraries without full path in #295
  • Add shell library abstraction in #294
  • Add link_with() builtin and start of FFI module

This release concerns the following target(s):

x86_64-unknown-linux