Issue caputuring a single char quoted by quotation marks #398
Closed
bearbattle
started this conversation in
General
Replies: 2 comments
-
The lexer is converting |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can probably just capture |
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
-
Hello,
I am trying to parse a char sequence where all quted by quitaion marks:
I am using this struct to do the job:
However, when I am parse example, I got
1:1: unexpected token "'a'"
.Here is the testcase:
Result:
How do I get the job done with correct definition for
Char
structure ?Beta Was this translation helpful? Give feedback.
All reactions