28 Feb
2005
28 Feb
'05
2:32 a.m.
chrono232@fastmail.fm wrote:
Can anyone explain to me what is wrong with the following:
----------------
my_grammer g; // a grammar, the actual grammar I'm using is too long for me to post file_iterator first<char>( "somefile.txt") file_iterator last<char> = first.make_end(); rule_t<> skp = space_p | comment_p("//") | comment_p("/*","*/"); parse_info< file_iterator<char> > = parse( first, last, *g, skp );
Hi! See the FAQ "Scanner Business". Anyway, the proper forum for Spirit related questions is: Spirit-general mailing list Spirit-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spirit-general Cheers, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net