Hacker News new | ask | show | jobs
Libfyaml v0.9.4: multi platform support YAML 1.2 C library (github.com)
1 points by fypanto 179 days ago
1 comments

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.