Improve parser error handling #14

Merged
zyxw59 merged 4 commits from parser-error-handling into main 2024-06-29 20:33:23 +00:00
zyxw59 commented 2024-06-29 20:27:11 +00:00 (Migrated from github.com)

Moves the errors vec into the Parser struct, so that it is possible to return multiple errors from individual parser functions.

Moves the `errors` vec into the `Parser` struct, so that it is possible to return multiple errors from individual parser functions.
Sign in to join this conversation.
No description provided.