Quick (hopefully simple) Spirit::Qi question
I have a grammar that fully works. I'm in the process of now adding
semantic actions to actually *do* something, and I'm hitting a snag.
(BTW, I've used Boost::Spirit::Classic, but this is my first time w/ Qi)
Grammar:
template <typename Iterator>
struct FortranLineGrammar : grammar
On 2/21/12 8:37 AM, david.weber@l-3com.com wrote:
I have a grammar that fully works. I'm in the process of now adding semantic actions to actually **do** something, and I'm hitting a snag. (BTW, I've used Boost::Spirit::Classic, but this is my first time w/ Qi)
[snip] There's a Spirit mailing list: http://boost-spirit.com/home/feedback-and-support/ Could you please re-post there? Also, it would be good to provide a minimal test case. Thanks! Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com
participants (2)
-
david.weber@l-3com.com
-
Joel de Guzman