Skip to content

0.3.0

Compare
Choose a tag to compare
@SenkJu SenkJu released this 08 Sep 22:28
· 519 commits to master since this release
  • Added support for arrays.
  • Added support for hashes.
  • Added array_length, array_push and sqrt builtin functions.
  • Snekky bytecode could now be distributed (contains constant pool and debug tables).
  • Comparison is now supported for all data types.
  • return-statements can now be used without a return value.