Opened 9 years ago
Closed 5 years ago
#8537 closed Patches (fixed)
Qi `skip` fails when nested under two or more levels of `lexeme`
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The reskip version of the skip
directive fails when nested under two or more levels of lexeme
/no_skip
, like:
lexeme[lexeme[skip[parser]]] // does not skip
When a skipper is provided, on the other hand, it works correctly:
lexeme[lexeme[skip(skipper)[parser]]] // skips
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | spirit.qi.skip.patch added |
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tentative fix patch