11 Jan
2009
11 Jan
'09
1:51 p.m.
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