0.1.95
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.95
- std: Support '[1 2 3] + 4'
- core: Fix a bug in ys::cache
- core: Allow both ':' and '/' for :get rename separator
- core: Reset ns to main for each doc in YS stream
- ys: Add ys::yaml/load-all and remove load-file
- core: Add a ys::ext for extra / external functions