$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Greg Colvin (gcolvin_at_[hidden])
Date: 2001-06-08 18:07:26
From: John Max Skaller <skaller_at_[hidden]>
> Greg Colvin wrote:
>
> > Spirit should be able to handle any context-free
> > grammer you care to throw at it
>
> Why? Most parser tools impose some restrictions
> on the grammars they accept. Why should you expect Spirit
> to be any different?
Because it can be?
It depends of course on how you make the tradeoff
between speed and power. For a tool like Spirit
I'd rather have power.