> is there an Ansi C grammar in LL(k) (k=1) or (k<=2)?
I made an LL parser for C98, the grammar is LL(1) with one or twoexceptions. See my ToPas project on SourceForge.
DoDi