Live data from Hacker News

Libfyaml v0.9.4: multi platform support YAML 1.2 C library

github.com

1–2 of 2 posts

Re: Libfyaml v0.9.4: multi platform support YAML 1.2 C library

#2
libfyaml is a feature-complete YAML 1.2 parser/emitter written in C. It passes the entire official YAML test suite and focuses on high performance with zero-copy operation.

  What's new in v0.9.4:

  • Full native Windows support (MSVC, clang-cl, Clang) - all tests pass
  • Comment handling moved out of experimental - comments can now be reliably preserved and round-tripped

  GitHub: https://github.com/pantoniou/libfyaml
  Docs: https://pantoniou.github.io/libfyaml/

  Happy to answer questions about the implementation or YAML parsing in general.