4 ms·
Pratt's method only targets the operator precedence languages, not the DCFL. So much less powerful than LR parsing.
by nsajko 2y ago
Pratt's method only targets the operator precedence languages, not the DCFL. So much less powerful than LR parsing.
- Rusky 2y agoThat'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.