YAML-PP-p5
YAML-PP-p5 copied to clipboard
Parser events have offset, but not line number
Is it possible to add the $token->{line}
to parser events? I can extend the parser for now to work for most cases (will give an update if I notice anything missing).
My goal here is to have the loader maintain the location of YAML nodes alongside the constructed objects.