Re: An "open" letter to Karsten Nyblad (and other compiler compiler implementors)

vtsikoza@yahoo.com (Vit)
21 Jun 2005 13:52:13 -0400

          From comp.compilers

Related articles
Practical LALR(1) grammer? weltraum@astrocat.de (2005-06-12)
Re: Practical LALR(1) grammer? haberg@math.su.se (2005-06-13)
Re: Practical LALR(1) grammer? haberg@math.su.se (2005-06-13)
Re: Practical LALR(1) grammer? d148f3wg02@sneakemail.com (Karsten Nyblad) (2005-06-16)
An "open" letter to Karsten Nyblad (and other compiler compiler implem cfc@shell01.TheWorld.com (Chris F Clark) (2005-06-18)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im vtsikoza@yahoo.com (2005-06-21)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im wyrmwif@tsoft.org (SM Ryan) (2005-06-22)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im qrczak@knm.org.pl (Marcin 'Qrczak' Kowalczyk) (2005-06-23)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im cfc@shell01.TheWorld.com (Chris F Clark) (2005-06-23)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im wyrmwif@tsoft.org (SM Ryan) (2005-06-24)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im vtsikoza@yahoo.com (2005-06-24)
Re: An "open" letter to Karsten Nyblad (and other compiler compiler im wyrmwif@tsoft.org (SM Ryan) (2005-06-24)
[2 later articles]
| List of all articles for this month |

From: vtsikoza@yahoo.com (Vit)
Newsgroups: comp.compilers
Date: 21 Jun 2005 13:52:13 -0400
Organization: http://groups.google.com
References: 05-06-074 05-06-076 05-06-079 05-06-086 05-06-094
Keywords: LALR, parse
Posted-Date: 21 Jun 2005 13:52:13 EDT

> Karsten Nyblad <d148f3wg02@sneakemail.com> writes:
>
> > Todays computers are large enough to handle LALR(K) with K larger than
> > 1.
> ...


I only wonder, have not languages designers become cleverer in the
recent decades to invent languages that do not require the full
strength of LR(k)?


Could anyone show the samples from practical languages
a) where SLR(k), LALR(k) is not enough, well, at least for k<=2, and
b) where this need cannot be reduced at least to LALR(1) by cosmetic
improvements of the syntax (e.g. insertion of anchoring keywords or
symbols)?


Thanks,
Vit


Post a followup to this message

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