Why LL(1) Parsers do not support left recursion?




Hi, first of all, I'm not an expert in the theory of computation.

I've read about LL(1) parsers and I have seen that they do not support
left recursion, because it is said that it would lead to infinite
recursivity.

My question: why is that? In which case a LL(1) parser can enter
infinite recursivity?

I can't find a good example that demonstrates that.

Thanks!

.



Relevant Pages