0.1.62
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.62
- doc: Move doc files from www/src/doc/ to doc/
- doc: New pages /yaml and /gotcha
- core: Fix bug when $ alone in interpolated string
- core: Support + escaping like . escaping
- release: Bug fix in .version.sh
- ys: When file name is first, args go to file
- std: Add
in
andhas
functions - sample: Add ollama.ys local LLM query utility
- core: Support ||= .= += -= *= /= operators
- core: Allow loop with no bindings (implies [])
- core: Support 'catch:…' and 'catch e:…'