in reply to Re: Re: Re: Re: Re: Re: Re: Re: Re: A Macro System for Perl?
in thread A Macro System for Perl?
The problem with top-down parsing is that it's slow. The more states and rules, the slower it is. Perl's grammar would take ages to process by a top-down parser.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: A Macro System for Perl?
by educated_foo (Vicar) on May 07, 2002 at 07:40 UTC | |
by Elian (Parson) on May 07, 2002 at 14:12 UTC | |
by educated_foo (Vicar) on May 07, 2002 at 16:20 UTC |