Related articles |
---|
Parsing Expression Grammar skjaero@gmail.com (2005-08-31) |
Re: Parsing Expression Grammar lfinsto1@gwdg.de (Laurence Finston) (2005-09-02) |
Re: Parsing Expression Grammar rsc@swtch.com (Russ Cox) (2005-09-02) |
Re: Parsing Expression Grammar cfc@shell01.TheWorld.com (Chris F Clark) (2005-09-02) |
Re: Parsing Expression Grammar pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2005-09-02) |
Re: Parsing Expression Grammar owong@castortech.com (Oliver Wong) (2005-09-03) |
Re: Parsing Expression Grammar pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2005-09-07) |
Re: Parsing Expression Grammar paul@highpersoft.com (Paul Mann) (2005-09-07) |
Re: Parsing Expression Grammar wclodius@lanl.gov (2005-09-10) |
Re: Parsing Expression Grammar cfc@shell01.TheWorld.com (Chris F Clark) (2005-09-10) |
Re: Parsing Expression Grammar gneuner2@comcast.net (George Neuner) (2005-09-10) |
Re: Parsing Expression Grammar DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-09-10) |
Re: Parsing Expression Grammar paul@parsetec.com (Paul Mann) (2005-09-11) |
Re: Parsing Expression Grammar paul@parsetec.com (Paul Mann) (2005-09-11) |
[26 later articles] |
From: | "Paul Mann" <paul@highpersoft.com> |
Newsgroups: | comp.compilers |
Date: | 7 Sep 2005 13:12:11 -0400 |
Organization: | Compilers Central |
References: | 05-09-009 |
Keywords: | parse |
Posted-Date: | 07 Sep 2005 13:12:11 EDT |
"Chris F Clark" <cfc@shell01.TheWorld.com> wrote in message
> But, as a potential language designer, you need to think long and hard
> about why you want to create a language which has no LL(1) grammar.
Answer: Readability for human's sake.
Why constrain your language to LL(1) when LALR(1) tools are available?
Paul Mann
http://parsetec.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.