Is this an LL(1) Grammar ?

"Martin" <martin_mf@hotmail.com>
22 Mar 1998 20:20:33 -0500

          From comp.compilers

Related articles
Is this an LL(1) Grammar ? martin_mf@hotmail.com (Martin) (1998-03-22)
Re: Is this an LL(1) Grammar ? alan.southall@bk.bosch.de (Alan Southall) (1998-03-24)
Re: Is this an LL(1) Grammar ? joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-03-24)
Re: Is this an LL(1) Grammar ? bmcsweeney@bigfoot.com (1998-03-30)
Re: Is this an LL(1) Grammar ? cfc@world.std.com (Chris F Clark) (1998-04-03)
| List of all articles for this month |

From: "Martin" <martin_mf@hotmail.com>
Newsgroups: comp.compilers
Date: 22 Mar 1998 20:20:33 -0500
Organization: Unisource Espana NEWS SERVER
Keywords: parse, question

Hello,




My CFG grammar can accept:
                        a = b = 1;
and
                        a = b;


Is it LL(1)? Yes? How I can make it LL(1)?




Thank you.
martin_mf@hotmail.com
--


Post a followup to this message

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