Re: [boost] Compile problem with Spirit CodeWarrior

2003-09-01 Thread James W. Walker
On Sunday, August 31, 2003, at 11:29 AM, Hartmut Kaiser wrote: Use grammars ... The article describes Spirit V1.2 (it was written nearly two years ago). ... Thanks a lot, that's very helpful. -- http://www.jwwalker.com/ ___ Unsubscribe other changes:

Re: [boost] Compile problem with Spirit CodeWarrior

2003-08-31 Thread James W. Walker
On Aug 31, 2003, at 7:45 AM, Hartmut Kaiser wrote: Please have a look at the FAQ here: http://www.boost.org/libs/spirit/doc/faq.html#scanner_business This should solve your problem. Thanks, that helps, but I still have a question or two. The FAQ says it is best to avoid rules as arguments to

RE: [boost] Compile problem with Spirit CodeWarrior

2003-08-31 Thread Hartmut Kaiser
James W. Walker wrote: Thanks, that helps, but I still have a question or two. The FAQ says it is best to avoid rules as arguments to the parse functions, but then what are rules good for? How else am I going to do any nontrivial parsing? Use grammars (see here: