Skip to content

0.1.59

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 22 May 19:01
· 349 commits to main since this release

YAMLScript publishes binary releases for the ys command line tool and for the libyamlscript shared library.
The following architectures are currently supported:

  • Linux / Intel and ARM
  • macOS / Intel and ARM

Run this command to install ~/.local/bin/ys and ~/.local/lib/libyamlscript.so (.dylib on macOS):

$ curl https://yamlscript.org/install | bash

See Installing YAMLScript for more detailed information.

Changes in YAMLScript version 0.1.59

  • core: Refactor compiler's compile functions
  • ys: Add a --time option for stage timing
  • core: Support "a${b}c" in interpolation
  • util: Rewrite version-bump script in YAMLScript
  • core: Set runtime size limit for anchored nodes
  • core: Add a call function to ys::std
  • release: Update release-yamlscript with new version file