How do LL(*) parsers work?

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:53 UTC
Read the original article Hit count: 202

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.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about parsing