yaml / yamlscript

Programming in YAML
MIT License
388 stars 31 forks source link

Source map support #136

Open ingydotnet opened 4 months ago

ingydotnet commented 4 months ago

Source code mapping provides file/line/column position mapping from YAMLScript input to Clojure (or other) output.

It is necessary to accomplish:

ingydotnet commented 4 months ago

This is likely closely tied to LSP #133.