Skip to content

ArkScript v3.0.6

Compare
Choose a tag to compare
@SuperFola SuperFola released this 07 Oct 08:57
· 2111 commits to dev since this release

3.0.6

Added

  • function arity handling in the VM, can be disabled with the option -fno-function-arity-check
  • sliceStr in lib/Slice.ark, taking a string, a starting index (can't be less than 0), and the length (can't be less than 1), returning a portion of the given string
  • reverseStr in lib/Reverse.ark taking a string and returning it in reverse

Changed

  • updated the include module, which was randomly adding / before the path of the files
  • dispatched the unit tests in multiple files
  • now using a separated class to hold the description values for the VM
  • updated assertions in split in lib/Split.ark (works only with single character separators)
  • fixing import bug