How does a parser LL(*) works?
Posted
by freezer878
on Stack Overflow
See other posts from Stack Overflow
or by freezer878
Published on 2010-05-31T13:40:13Z
Indexed on
2010/05/31
13:43 UTC
Read the original article
Hit count: 221
parser
Hi, I cannot find any complete description about LL() parser, such as ANTLR, on Internet. I'm wondering what is the difference between an LL(k) parser and an LL() one and why they can't support left-recusrive grammars despite their flexibility.
Thanks in advance. Fabio.
© Stack Overflow or respective owner