0.1.67
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.67
- binding: Change binding ReadMe.md files
- sample: Add more RosettaCode YS examples
- core: Add more polymorphic dot chain functions
- test: Make ys::taptest much more complete
- test: Add new taptest tests for ys
- test: Add a YS testing script
- doc: Documentation updates