In order to further my understanding of parsers and grammars, I\'m searching for a (hopefully simple) example of a language that is LL(2) but not LL(1). That is, a lang
Parsing Techniques by Grune and Jacobs presents an example. An older version of this book is available online at
http://dickgrune.com/Books/PTAPG_1st_Edition/BookBody.pdf
and the example is on page 181.