Skip to content

ArkScript v3.0.7

Compare
Choose a tag to compare
@SuperFola SuperFola released this 15 Oct 11:45
· 2054 commits to dev since this release

3.0.7

Added

  • cos, arccos, sin, arcsin, tan, arctan
  • E (exp 1), Pi, Tau (2 * Pi), NaN, Inf
  • isNaN, isInf
  • exp, ln (standard logarithm), pow, sqrt
  • ceil, round, floor
  • zip, map, sum
  • REPL, made by @rstefanic

Changed

  • moved the lib files in subfolders to be more organized
  • re-updating the import rules on the parser side to be able to import files in subfolders from the standard library
  • updating naming convention of the modules