Joel de Guzman

Results 505 comments of Joel de Guzman

A PR would be great, but no big deal. It's an easy fix.

Study the examples. There are lots of examples with such recursion. You might also want to break things up in smaller units in separate TUs. Again, there are examples you...

Take a look at the `mini_xml` in the Qi examples. It makes use of inherited attributes, which is alas not available in X3. You might want to just use Qi....

> This question was also posted on [stack overflow](https://stackoverflow.com/questions/74963861/parse-html-with-boost-spirit-x3) where sehe gave his usual excellent answer using the context to store a stack of strings for the tags. Wonderful! I...

I'm with sehe: just use an html parser. `mini_xml` is just an example. But if you really want to do it using Spirit, I'd just collect the parse-tree structure in...

> Documentation improvements are highly appreciated! I second that.

Well, there are such things as private customization points.

> mentioning customization points. I'd suggest adding a topic entitled "Customization Points" which highlights all places where the user has the ability to customize. > > In addition, there should...

You just need forward declarations to break the cycle, no?