vote up 2 vote down star
1

I've just completed the boost spirit 2.0 tutorial:
http://www.boost.org/doc/libs/1_39_0/libs/spirit/doc/html/index.html
Only to find out that the rest of the promised documentation is completely missing.
Specifically, I was really hoping for a page that contains all the available parsers and their attributes.

Does anybody know where I can find a complete reference?

flag

38% accept rate

3 Answers

vote up 2 vote down check

According to here, which appears to be the original Spirit homepage:

Spirit2 is in beta. For the adventurous only. The interface is stable (and has been for almost 2 years now). The documentation is still sparse, but there are tons of examples in there...

So unfortunately I doubt there is much out there considering the state of the library.

Have you considered using an older version of Spirit? The link above seems to have more complete documentation for those libraries.

link|flag
I have but the API of 2.0 is so much better. thanks! – shoosh Jun 8 at 12:39
Perhaps things have changed, but Spirit2 is now distributed with boost. That makes it "betaness" quite debateable. – T.E.D. Sep 22 at 21:36
vote up 3 vote down

Now that spirit 2.1 has been properly released, the documentation is on the boost site. It's also a good idea to follow the spirit blog for news and tips.

link|flag
vote up 0 vote down

Spirit2.1 has been released with complete docs: http://boost-spirit.com/home/?page%5Fid=28

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.