Skip to content

ArkScript v3.0.4

Compare
Choose a tag to compare
@SuperFola SuperFola released this 01 Sep 09:45
· 2184 commits to dev since this release

Change log

3.0.4

Added

  • with the option -L|--lib we can set the path to the ArkScript standard library
  • we can now load C++ lambdas into the ArkVM, as well as C++ functions
  • adding function sleep, taking a duration in milliseconds
  • adding function system, taking a command from a string ; can be deleted if ARK_ENABLE_SYSTEM is set to 0 in the CMakeLists

Changed

  • updating CMakeLists.txt to avoid building unuseful stuff from google benchmark
  • toNumber doesn't raise an unrecoverable error but returns nil if the conversion failed
  • print no longer add a space between each element
  • updating the way the builtins are handled (in VM/FFI) to make it easier to add functions

Removed

  • doc folder, now everything is on the wiki