Re: Pros and cons of high-level intermediate languages

graham@maths.su.oz.au (Graham Matthews)
Fri, 24 Jul 1992 01:19:05 GMT

          From comp.compilers

Related articles
[4 earlier articles]
Re: Pros and cons of high-level intermediate languages shankar@sgi.com (1992-07-23)
Re: Pros and cons of high-level intermediate languages Olivier.Ridoux@irisa.fr (1992-07-23)
Re: Pros and cons of high-level intermediate languages fjh@munta.cs.mu.OZ.AU (1992-07-23)
Re: Pros and cons of high-level intermediate languages tmb@idiap.ch (1992-07-23)
Re: Pros and cons of high-level intermediate languages henry@zoo.toronto.edu (1992-07-23)
Re: Pros and cons of high-level intermediate languages tarvydas@tsctrl.guild.org (1992-07-23)
Re: Pros and cons of high-level intermediate languages graham@maths.su.oz.au (1992-07-24)
Re: Pros and cons of high-level intermediate languages acha@CS.CMU.EDU (1992-07-24)
Re: Pros and cons of high-level intermediate languages graham@maths.su.oz.au (1992-07-25)
Re: Pros and cons of high-level intermediate languages fjh@munta.cs.mu.OZ.AU (1992-07-25)
Re: Pros and cons of high-level intermediate languages moss@cs.umass.edu (1992-07-25)
Re: Pros and cons of high-level intermediate languages jfc@athena.mit.edu (1992-07-25)
Re: Pros and cons of high-level intermediate languages scott@bbx.basis.com (1992-07-25)
[17 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: graham@maths.su.oz.au (Graham Matthews)
Organization: Sydney University Computing Service, Sydney, NSW, Australia
Date: Fri, 24 Jul 1992 01:19:05 GMT
References: 92-07-068 92-07-074
Keywords: C, translator

(Olivier Ridoux) writes:
>d) There is no first-class label data-type. One can neither store and
>read labels, nor goto stored labels.


I think you will find that gcc 2.X allows you to have arrays of labels.
Any gcc experts out there to confirm this?


As to high-level intermediate languages the biggest problem I see is
making sure that the user gets meaningful errors. On many languages I have
used that translate into C one gets C compiler error messages at times as
part of the language level error messages. YUK!


graham
--
Graham Matthews
Pure Math, Uni.Sydney, Oz
graham@maths.su.oz.au
--


Post a followup to this message

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