Boost logo

Boost :

From: David B. Held (dheld_at_[hidden])
Date: 2004-05-27 12:23:11


"Eric Niebler" <eric_at_[hidden]> wrote in message
news:40B6165F.30604_at_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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk