$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-05-28 13:26:39
On 05/28/2004 10:35 AM, Larry Evans wrote:
> On 05/27/2004 08:04 PM, Joel de Guzman wrote:
>
>> Eric Niebler wrote:
>
> [snip]
>
[snip]
> I'm also working on the deterministic parser. I also described in that
> reply to Eric the use of a symbol class:
The current code has just been uploaded to:
groups.yahoo.com/group/boost/files/grammar_pipeline.zip
I've not yet calculated the empty, first, and follow attributes
(see:
template
< unsigned NumInputs
>
class
lookahead_attributes
{...};
in grammar_pipeline/eff/productions.hpp
), but hope to get that done soon.