yaml
yaml copied to clipboard
A YAML library for Racket.
Results
4
yaml issues
Sort by
recently updated
recently updated
newest added
Consider moving away from Travis and using GitHub Actions instead.
enhancement
Updated contracts yaml->file and yaml*->file should return void?
I'm interested in parsing YAML into Racket syntax objects with source location metadata attached, so I can manipulate YAML files with [Resyntax](https://docs.racket-lang.org/resyntax/). I'd like to avoid writing my own parser....