Re: T diagrams in compilers

anton@mips.complang.tuwien.ac.at (Anton Ertl)
24 Dec 2005 15:35:17 -0500

          From comp.compilers

Related articles
T diagrams in compilers marcia_raju@rediffmail.com (2005-12-23)
Re: T diagrams in compilers bb@estami.net (Bruce Baker) (2005-12-24)
Re: T diagrams in compilers henry@spsystems.net (2005-12-24)
Re: T diagrams in compilers anton@mips.complang.tuwien.ac.at (2005-12-24)
Re: T diagrams in compilers jlindsay@kingston.net (John H. Lindsay) (2005-12-24)
Re: T diagrams in compilers Juergen.Kahrs@vr-web.de (=?UTF-8?B?SsO8cmdlbiBLYWhycw==?=) (2005-12-24)
| List of all articles for this month |

From: anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups: comp.compilers
Date: 24 Dec 2005 15:35:17 -0500
Organization: Institut fuer Computersprachen, Technische Universitaet Wien
References: 05-12-064
Keywords: Fortran, C, tools
Posted-Date: 24 Dec 2005 15:35:17 EST

marcia_raju@rediffmail.com writes:
>could anyone please tell me the 'bootstrapping' process in C and
>FORTRAN compilers , illustrated with T-diagrams?


That sounds like a homework question.


>But what's a T diagram? -John]


A graphical representation of a compiler, and the languages involved
in it:


source language -------------------> target language
                            implementation language


Or shorter


S-T
  I


The name T-diagram comes from the form of the diagram.


The typical homework or exam questions are that you are given some
compilers or interpreters in source form, and some compiler or
interpreter for a different language in executable form, and you have
to find a way to generate some goal compiler or interpreter from
that.


- anton
--
M. Anton Ertl
anton@mips.complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/anton/home.html


Post a followup to this message

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