1 Aug
2003
1 Aug
'03
6:20 p.m.
sps22
That explains it, but not fully. I was using *(anychar_p) just for seeing whether my parser gets the two braces or not. When I did:
FILE >> LEFT_BRACE >> RIGHT_BRACE
It did not parse either the input file:
"file { }"
How about: FILE >> LEFT_BRACE >> *(anychar_p - RIGHT_BRACE) >> RIGHT_BRACE Cheers, -- Joel de Guzman joel at boost-consulting.com http://www.boost-consulting.com http://spirit.sf.net