lpil / cymbal

Build YAML in Gleam!
14 stars 3 forks source link

Add a YAML decoder #1

Open sekerez opened 4 months ago

sekerez commented 4 months ago

Hi,

asking if you'd be interested in adding decoding to the library, i.e. YAML-parsing capabilities. Would be happy to contribute to help!

lpil commented 4 months ago

No plans from me as I'm very busy and writing a YAML parser is very challenging, but I would accept a PR. Thank you

dinkelspiel commented 4 months ago

I can start work on a simple parser for yaml as I need it for a project i'm working on.

lpil commented 4 months ago

I found a test suite here we can use: https://github.com/yaml/yaml-test-suite