Re: Convert to LL(1)

Ziemowit Laski <laski@ics.uci.edu>
8 Nov 1998 23:26:32 -0500

          From comp.compilers

Related articles
Convert to LL(1) sky4walk@gmx.de (Andre) (1998-11-06)
Re: Convert to LL(1) mickunas@cs.uiuc.edu (1998-11-07)
Re: Convert to LL(1) laski@ics.uci.edu (Ziemowit Laski) (1998-11-08)
Re: Convert to LL(1) jjan@cs.rug.nl (Beeblebrox) (1998-11-12)
| List of all articles for this month |

From: Ziemowit Laski <laski@ics.uci.edu>
Newsgroups: comp.compilers
Date: 8 Nov 1998 23:26:32 -0500
Organization: Compilers Central
References: 98-11-046
Keywords: C, LL(1)

> I have a BNF of a grammar for ANSI C, but I think it isn't in the LL(1)
> form. So I want to write a program which transforms it to an LL(1)
> grammar using it with a recursive-descent parser.


Take a look at http://www.iit.edu/~tc/llk.htm


Zem Laski


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.