-
I noticed that the handling of NEWLINE when the rule appears in a COMMENT is inconsistent with that elsewhere. here is a simple grammar:
here is the test case: input :
parse cid:
parse comment:
expected:
|
Beta Was this translation helpful? Give feedback.
Answered by
tomtau
May 9, 2024
Replies: 1 comment 9 replies
-
Is this related to #966 ? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps define different explicit rules for those instead of using the implicit ones and use atomic rules: http://pest.rs/book/grammars/syntax.html#atomic ?