ianprime0509 / zig-xml

XML parser for Zig
http://ianjohnson.dev/zig-xml/
BSD Zero Clause License
14 stars 3 forks source link

Expose more detailed error information #14

Closed ianprime0509 closed 1 year ago

ianprime0509 commented 1 year ago

Right now, the only error information returned by Scanner is SyntaxError, but it has the potential to give more detail about the specific reason for the error. It might be nice to have a configurable option to allow a Scanner to put this detailed error information somewhere.