-
Lines 209 to 260 in 5e2601b The above example shows how to parse a string with In this case, I think the solution could be to first get a lexeme with lexy::dsl::identifier and then parse the lexeme. But I'm not sure how to do that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
If the string doesn't have quotes, what terminates the string? You can pass those terminators to |
Beta Was this translation helpful? Give feedback.
It doesn't allow empty strings? https://lexy.foonathan.net/playground/?id=1rasdbjY3&mode=tree