Re: Qi lexeme only taking the first word
Dan Bloomquist <[email protected]> Tue, 6 Nov 2018 15:31:32 -0800
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
Michael Powell wrote: > >> For instance, parsing "two.oranges.red.test", I receive back "two" in the AST. >> >> Perhaps I should defer specifying the lexeme part of id until later? > I elaborated a little on the "simple" full id sub-grammar, but I > cannot repro using the GCC compiler. I'm wondering if this has > anything to do with the VS2017 fpos issue? > > http://coliru.stacked-crooked.com/a/adeb42ce2f19b0fd > > Or there may be insufficient context in the web compiler to adequately demo. > As I may be one of the few that uses vs2017 here, the code you posted at crook.com finishes with: Parse succeeded one1.apples2.first3.test For me. Best, Dan.