Re: [Qi] Phrase parsed but iterator did not reach end
Seth <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
On 30-11-17 05:26, Michael Powell wrote: > Actually, I think whitespace is allowed, but not in the octet itself, > hence the lexeme It's not, but you might want to allow it for your application. Just add a skipper, the parser will still work (uint_parser is always implicitly lexeme since it's a primitive parser). > Do you have an RFC for any of those representations? I linked to my source: wikipedia > But did you test the uint_parser for this, actually? It's right in the sample (0x100 is 256, 0400 too. I guess you can add the decimal case if you want) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot