Hacker News new | ask | show | jobs
by nsajko 499 days ago
Pratt's method only targets the operator precedence languages, not the DCFL. So much less powerful than LR parsing.
1 comments

That's true as Pratt described it. I mentioned it because it's a good example of the general idea of extending recursive descent to handle more deterministic grammars than vanilla LL.