Replies: 1 comment 3 replies
-
I should have time to look at this more closely tomorrow, sorry to hear that you're running into issues. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This question is related to #566. I'm trying to parse with the pratt parser, and I can't get the code to compile. I have copied the return type definition from the
nanorust
example, but it doesn't work for my code.The code below is a minimized version of my code and you can copy the whole code into a blank project and to see the compiler error output.
the compiler says that the
Operator
trait is not implemented forPrefix
parser, I have implemented theClone
for all my custom types and I don't know where else could be wrong.Comiler error msg is :
Beta Was this translation helpful? Give feedback.
All reactions