Replies: 1 comment
-
I found the cause of this error, but it's still interesting to understand the errors in general |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting an error when parsing this line (it's part of a Solidity document that I'm parsing with rust pest):
this is the main parts of parser for this expression:
I will be glad if you explain what the problem is in this case, but it would be better if you explain how to "read" the rust pest errors in general.
what does positives mean? How can they all be positive if they are different? How can I figure out which rule is failing (I have a guess for this case, but I'm asking about errors in general)?
It would be better to see the last successful rule or more descriptive reasons for the error.
Beta Was this translation helpful? Give feedback.
All reactions