On Sun, Jan 01, 2006 at 07:15:46PM +, Luke Palmer wrote:
> Recursive descent is slow, and it produces bad error messages unless
> you are very careful with your calls, but it is very flexible
> and (locally) predictable. Predictive parsing is faster and produces
> fantastic error messages, an
Recursive descent is slow, and it produces bad error messages unless
you are very careful with your calls, but it is very flexible
and (locally) predictable. Predictive parsing is faster and produces
fantastic error messages, and is fairly flexible. Bottom up parsing
is very flexible, but is ver