A little help please? #949
Closed
davemackintosh
started this conversation in
General
Replies: 2 comments 5 replies
-
I reordered
but I don't see |
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm going to close this as I've written my own lexer and parser for my language. Thanks for your help though. |
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've been using ANTLR for a long while but over the last week I've been learning how to use Pest and Rust.
I've really enjoyed using it but I'm having an issue which I'm not sure how to fix.
Given the following, extracted from my grammar here running against the "kitchen sink"
it doesn't appear to me that pest is able to distinguish between these two rules as I can't seem to get past
I would expect the FN predicate to be enough to didtinguish the definition from the call? Can someone better than me at this advise please? I'm keen to learn
Beta Was this translation helpful? Give feedback.
All reactions