On Sun, Jan 11, 2009 at 1:51 PM, Chris Hoeppler
On Sunday 11 January 2009, Peter Barker wrote:
Hello,
I want to use Boost.Spirit to parse some data so I'm reading the documentation. I'm a little confused because the documentation linked to from 1.37.0 takes me to a Spirit user's guide apparently regarding "Spirit classic".
Does Boost 1.37.0 include two Spirit versions? If so, do I need to be looking elsewhere for documentation on how to use the non-classic version?
There are indeed 2 versions, classic and spirit 2. For the latter, the examples in $BOOST_ROOT/libs/spirit/examples/qi contain complete code examples and the docs can be found in $BOOST_ROOT/libs/spirit/doc. They are not yet complete but should get you started. Besides that there is the mailing list
... HTH, Chris _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
That helps, thank you.