Relative Content

Tag Archive for c++boost-spiritboost-spirit-qi

Extremely simple parser with boost::spirit fails

I always fail with spirit parsers, this time I am trying to figure out how to achieve an extremely simple goal: Parse three words into a tuple of 3 strings – I don’t even manage to get this working and feel very stupid now.
Its about this little bit of code: