yamlscript icon indicating copy to clipboard operation
yamlscript copied to clipboard

Programming in YAML

Results 77 yamlscript issues
Sort by recently updated
recently updated
newest added

* https://www.javaadvent.com/2023/12/a-return-to-webassembly-for-the-java-geek.html * COMPILING JAVA BYTECODE INTO WASM * https://teavm.org/

interop

The current `yamlscript.ysreader` library has some ambiguities that can be best solved with a grammar driven parser.

compiler

There are many ways that destructuring syntax and semantics can be improved in YAMLScript. Here's a start: ``` +{a b c} =: d +[a b* c] =: d ```

compiler

* `YS_STACKTRACE=1` for `--stack-trace` * `YS_TIME=1` for `--time`

cli

It would be good to have a complete developer IDE experience for YAMLScript like [Calva](https://github.com/BetterThanTomorrow/calva) provides for Clojure. Likely requires #133 completion.

XL