$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel de guzman (djowel_at_[hidden])
Date: 2002-01-17 15:56:33
----- Original Message -----
From: "rogeeff"
> > Note: This code allows improper syntax such as "(((1,,,()(2)((("
> > Needless to say, adding more code to conform to the
> > grammar will increase the code size.
>
> Not signiifcantly (using returnable delimeters). More over sometimes
> I would not want tight semantic defined in your implementation.
The implication is that Spirit is doing a lot more using lesser code size.
--Joel