yamlscript
yamlscript copied to clipboard
Programming in YAML
Hi, thanks for a very interesting tool. On my low-end computer I see the following error message when I run `ys`: ``` The current machine does not support all of...
Hello. I have implemented an asdf plugin for yamlscript, since I use the asdf-vm heavily to keep track of my runtimes etc, and yamlscript seems like a very promising project...
Write a Go binding. @pantoniou suggest looking at these for instpiration: * https://github.com/pantoniou/go-fyaml * https://github.com/pantoniou/go-fyaml-sample
Segfaults when calling `graal_create_isolate`.
Not too hard. Just need to find the time. Currently we use personal servers for builds and we might want to continue using them but triggered by GHA. Will depend...
We have `/^.*\/foo\/bar.*$/` now which leads to leaning toothpick syndrome. Clojure uses `#"^.*/foo/bar.*$"`. We can't use that because it would be a yaml comment a most of the time. We...
We need support for YAMLScript in VS Code and [Calva](https://github.com/BetterThanTomorrow/calva) is the way to go. I think the way to do it to first support source mapping in the YS...
I'm quite interested in this project and how it was designed. I see there is a mix of clojure-style blocks of strings with structure given by sequences and mappings. This...
By default, YS only supports the tags provided by the YAML 1.2 JSON Schema which include: `!!map`, `!!seq`, `!!str`, `!!bool`, `!!int`, `!!float`. Any other tag will error because it is...