pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
239 stars 73 forks source link

Problem: byteswap.h is not available on all platforms #82

Closed yrashk closed 1 year ago

yrashk commented 1 year ago

This PR supersedes both #80 and #81 as it combines both of them.

Most notably, it's not available on macOS.

Solution: supply fallback implementations (builtins and naive)