> From: 'Brian Ingerson' [mailto:[EMAIL PROTECTED]]
> > On 13/12/01 11:15 -0600, Garrett Goebel wrote:
> > > From: Brian Ingerson [mailto:[EMAIL PROTECTED]]
> > > Unless the documentation is out of date, and you're
> > > refering to a new feature... I believe you are
> > > mistaken. P::RD just allows you to precompile
> > > the grammar's rules not a whole parser.
> >
> > Well that sucks.
> >
> > Time for plan B.
>

If a pure perl solution is needed or wanted, you could use byacc -P. The
generated lexer only depends on FStream.pm (a 50 lines module that can be
inlined in the lexer module) and it is easy to fix it so it uses IO instead.
(I also think it will be faster and leaner)

Otherwise version 0.50 look promising. The only point that I don't
understand is why there is a Inline::Devel. where do those who hook on
Inline::C (most parser guys) have to hook ?

When will we see 0.44? please release before Xmas.

Nadim.

Reply via email to