Skip to content

v0.5.0 Luna Release

Compare
Choose a tag to compare
@Mustafif Mustafif released this 22 Feb 01:38
· 102 commits to main since this release
b53105b

What's Changed

Full Changelog: v0.4.0...v0.5.0

Collection Types!

  • Added the following types:
    • array()
    • linked_list()
    • hash_table()
      Functions related are available in stdlib.md

Assignment Operators

  • +=
  • -=
  • *=
  • /=
  • ++
  • --

We also added % operator for integers.

This release has been more focused on adding newer features to the language, and I'm glad that we have some nice essentials added.