improve tasm parsing errors #239
Labels
🧑💻 dx/ux
Developer experience & user experience
💫 good first issue
Good for newcomers
🧑🤝🧑 help wanted
Need some help
🟡 prio: medium
Not super urgent
Nom parser errors are never (?) shown to the user, since the
label
parser is wrapped in analt
. With a custom error type, it is possible to havealt
return the error of the parser that went the farthest in the input data.See also: https://github.com/rust-bakery/nom/blob/main/doc/error_management.md
The text was updated successfully, but these errors were encountered: