in reply to Re: Favorite Perl 6 feature?
in thread Favorite Perl 6 feature?
Real parsers use LL(1), LR(1) or similar grammars, where looking ahead a fixed, small amount of symbols will determine which rule to apply with no need for backtracking if the rule fails.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Favorite Perl 6 feature?
by mirod (Canon) on Apr 11, 2003 at 10:39 UTC | |
Re: Re: Favorite Perl 6 feature?
by kal (Hermit) on Apr 11, 2003 at 09:52 UTC |