Boost :: Spirit mini_c tutorial

Is there a tutorial describing a mini_c example from boost :: spirit? This is a good example of using grammar from boost :: spirit :: qi, but it is rather complicated, and some kind of reference through the code will be useful.

+4
source share
1 answer

No, of which I know. However, the mini_c example is step 9 in a series of sample calculators. Therefore, if you start working with calc1.cpp before mini_c (or even new examples of โ€œspellsโ€ added now in SVN), it should not be difficult for you to understand what is happening.

+2
source

All Articles