| 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) |
| 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
Return to the
comp.compilers page.
Search the
comp.compilers archives again.