Skip to content

0.1.92

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 24 Feb 22:52

YS 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 YS for more detailed information.

Changes in YS version 0.1.92

  • www: Redo website using mkdocs-material
  • refactor: Change "YAMLScript" to "YS" in most cases
  • www: Add action links to all pages
  • www: Update ys::std doc
  • core: Add CSV/TSV support and ys::csv library
  • std: Add substr function with Perl semantics
  • core: Use .@ for :deref instead of :D
  • core: Support _ symbol in destructured assignment
  • www: Add page for website contributions
  • std: Support more nil punning for infix arithmetic ops
  • core: Add atom and set to std
  • core: Rework YS top level mode tags
  • std: Add base64 functions