Re: C++ intermediate representation.

Sean Case <gsc@zip.com.au>
14 May 2005 21:59:20 -0400

          From comp.compilers

Related articles
C++ intermediate representation. shakti.misra@wipro.com (DeltaOne) (2005-05-05)
Re: C++ intermediate representation. angray@beeb.net (Aaron Gray) (2005-05-13)
Re: C++ intermediate representation. cfc@shell01.TheWorld.com (Chris F Clark) (2005-05-14)
Re: C++ intermediate representation. henry@spsystems.net (2005-05-14)
Re: C++ intermediate representation. angray@beeb.net (Aaron Gray) (2005-05-14)
Re: C++ intermediate representation. ralphpboland@yahoo.com (Ralph Boland) (2005-05-14)
Re: C++ intermediate representation. cfc@shell01.TheWorld.com (Chris F Clark) (2005-05-14)
Re: C++ intermediate representation. gsc@zip.com.au (Sean Case) (2005-05-14)
Re: C++ intermediate representation. robert.hundt@gmail.com (Robert H) (2005-05-15)
Re: C++ intermediate representation. gdr@integrable-solutions.net (Gabriel Dos Reis) (2005-05-15)
Re: C++ intermediate representation. mefrill@yandex.ru (2005-05-15)
Re: C++ intermediate representation. comeau@panix.com (2005-05-15)
Re: C++ intermediate representation. comeau@panix.com (2005-05-15)
Re: C++ intermediate representation. comeau@panix.com (2005-05-15)
[3 later articles]
| List of all articles for this month |

From: Sean Case <gsc@zip.com.au>
Newsgroups: comp.compilers
Date: 14 May 2005 21:59:20 -0400
Organization: Marginal
References: 05-05-078 05-05-097
Keywords: C++
Posted-Date: 14 May 2005 21:59:20 EDT

  "Ralph Boland" <ralphpboland@yahoo.com> wrote:


> I tend to think the goal of parser generator tools is to be so
> effective that all parsers (except perhaps trivial ones) be built
> using parser generator tools. This means they need to achieve a level
> of "compactness, speed, and quality of error messages" amoung other
> things that is competive with hand written parsers if not better.


I think it was also assumed that newly constructed languages would
be designed so as to be easy to parse with the available tools...


> In the case of C++ we appear to be behind.


.... unfortunately this turned out not to be the case.


Sean Case


--
Sean Case gsc@zip.com.au


Code is an illusion. Only assertions are real.


Post a followup to this message

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