Skip to content

ArkScript v3.0.10

Choose a tag to compare

@SuperFola SuperFola released this 09 Feb 16:13
· 2213 commits to dev since this release

3.0.10

Added

  • adding sort to sort a list
  • added \t, \n, \v and \r escape codes (available in strings only)
  • adding listFiles which returns a list of paths (strings)
  • adding (makeDir path) and (removeFiles ...)
  • added (filter func list) in lib/Functional/Functional.ark
  • adding puts. Does the same thing as print but doesn't print a newline character
  • added a msgpack module by @PierrePharel
  • added a user type (to be defined in C++)
  • adding a not operator
  • adding an http module by @SuperFola

Changed

  • updated output of tests with number of passed tests
  • updated REPL so that it doesn't try to compile blank lines or comments, by @rstefanic
  • the option -d|--debug is now repeatable, to set a debug level. Can go from 1 (compilation information) to 3 (a lot of information).
  • better precision when using (time)
  • better tests presentation
  • moved the modules to https://github.com/ArkScript-lang/modules