Replies: 1 comment
-
Fixed in #125. Thanks for reporting. |
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 trying to write a parser (in "cleanpeg" syntax) that accepts comments.
This
.peg
file doesn't parse because, surprise, the//
in the second line introduces a comment even when it's inside a string.Is there a way to tell arpeggio not to check for comments in some contexts? While working around this snag is fairly easy, the user of my DSL is going to have the same problem and definitely won't expect (or in fact accept) this behavior.
Beta Was this translation helpful? Give feedback.
All reactions