Re: Pros and cons of high-level intermediate languages

scott@bbx.basis.com (Scott Amspoker)
Sat, 25 Jul 1992 22:49:57 GMT

          From comp.compilers

Related articles
[10 earlier articles]
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)
Re: Pros and cons of high-level intermediate languages sewardj@cs.man.ac.uk (1992-07-26)
Re: Pros and cons of high-level intermediate languages ridoux@irisa.fr (1992-07-27)
Re: Pros and cons of high-level intermediate languages gat@forsight.jpl.nasa.gov (1992-07-29)
Re: Pros and cons of high-level intermediate languages moss@cs.umass.edu (1992-07-30)
Re: Pros and cons of high-level intermediate languages boehm@parc.xerox.com (1992-07-30)
Re: Pros and cons of high-level intermediate languages graham@maths.su.oz.au (1992-08-02)
[11 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: scott@bbx.basis.com (Scott Amspoker)
Organization: BASIS International, Ltd., Albuquerque NM USA
Date: Sat, 25 Jul 1992 22:49:57 GMT
References: 92-07-068 92-07-084
Keywords: C, translator

graham@maths.su.oz.au (Graham Matthews) writes:
>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!


That's what I meant when I said to approach such "front ends" as full
compilers. To generate C code, a proper front end must understand
everything being being fed to it and how the C compiler will deal
with it. Generated code must *never* have compile errors.


--
Scott Amspoker
Basis International, Albuquerque, NM


scott@bbx.basis.com


--


Post a followup to this message

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