Re: Examples of LR(k) grammars (k > 1) sought

"Ziemowit Laski" <zlaski@ziemas.net>
31 Mar 2005 23:33:54 -0500

          From comp.compilers

Related articles
Examples of LR(k) grammars (k > 1) sought zlaski@ziemas.net (Ziemowit Laski) (2005-03-27)
Re: Examples of LR(k) grammars (k > 1) sought nospam@nospam.nospam (Karsten Nyblad) (2005-03-31)
Re: Examples of LR(k) grammars (k > 1) sought schmitz@i3s.unice.fr (Sylvain Schmitz) (2005-03-31)
Re: Examples of LR(k) grammars (k > 1) sought zlaski@ziemas.net (Ziemowit Laski) (2005-03-31)
| List of all articles for this month |

From: "Ziemowit Laski" <zlaski@ziemas.net>
Newsgroups: comp.compilers
Date: 31 Mar 2005 23:33:54 -0500
Organization: Compilers Central
References: 05-03-115 <424916F3.60206@i3s.unice.fr>
Keywords: LR(1)
Posted-Date: 31 Mar 2005 23:33:54 EST

> S -> aADa | bADb | aBDb | bBDa
> A -> c
> B -> c
> D -> d^{k-1}
>
> Hope that helps,


It does -- thanks!


--Zem



Post a followup to this message

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