You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern parsers don't just stop at the first error they find--they continue optimistically as best they can, either collecting or printing errors as they go.
kdl-rs should do this, too, by returning a wrapper around a collection of parse errors instead of a single error.
This issue can dovetail with #67, since we're going to be kinda rewriting the parser anyway.
The text was updated successfully, but these errors were encountered:
Modern parsers don't just stop at the first error they find--they continue optimistically as best they can, either collecting or printing errors as they go.
kdl-rs should do this, too, by returning a wrapper around a collection of parse errors instead of a single error.
This issue can dovetail with #67, since we're going to be kinda rewriting the parser anyway.
The text was updated successfully, but these errors were encountered: