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: fy_token_cmp is not exposed #87

Open yrashk opened 1 year ago

yrashk commented 1 year ago

This function is very useful for custom comparison functions for fy_node_compare_user()

Solution: expose it

yrashk commented 10 months ago

Related to #86

yrashk commented 3 months ago

Bumping up this one as it is important for custom comparison methods.