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: can't get to node's token #83

Closed yrashk closed 1 year ago

yrashk commented 1 year ago

This is sometimes very useful, particularly for finding node's start/end marks and similar information.

Solution: expose it through exported functions

yrashk commented 1 year ago

Updated the documentation as requested.

pantoniou commented 1 year ago

Fixed and merged.