yaml icon indicating copy to clipboard operation
yaml copied to clipboard

YAML with source locations?

Open jackfirth opened this issue 4 months ago • 0 comments

I'm interested in parsing YAML into Racket syntax objects with source location metadata attached, so I can manipulate YAML files with Resyntax. I'd like to avoid writing my own parser. I think reusing this package might be possible if there was a way for me to get information about which part of the input file each part of the YAML document corresponds to. Would that be difficult to do?

jackfirth avatar Nov 01 '25 02:11 jackfirth