top | item 42910780 (no title) nsajko | 1 year ago Pratt's method only targets the operator precedence languages, not the DCFL. So much less powerful than LR parsing. discuss order hn newest Rusky|1 year ago 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.
Rusky|1 year ago 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.
Rusky|1 year ago