
27 May
2004
27 May
'04
5:23 p.m.
"Eric Niebler" <eric@boost-consulting.com> wrote in message news:40B6165F.30604@boost-consulting.com...
[...] group = '(' >> &expression >> ')'; factor = integer | group; term = factor >> *(('*' >> factor) | ('/' >> factor)); expression = term >> *(('+' >> term) | ('-' >> term)); [...]
Spirit is a beautiful library. This syntax is not. Dave --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.691 / Virus Database: 452 - Release Date: 5/26/2004