by Hans-Peter Diettrich <DrDiettrich1@[EMAIL PROTECTED]
>
May 12, 2008 at 12:29 PM
Andre Betz schrieb:
> 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 two
exceptions. See my ToPas project on SourceForge.
DoDi