0.1.61
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.61
- make: Upgrade GraalVM to version 22 (from 21)
- core: Support
&
in defn args - install: Check if shell used is not Bash
- core: Resolve plain :foo to :key in data mode
- std: Add an
exit
defn for System/exit