Re: Backpatch?

taweil@ucs.usc.edu (Ta-Wei Li)
Thu, 13 Jul 1995 07:47:43 GMT

          From comp.compilers

Related articles
Backpatch? diaman@ee.upatras.gr (Nikos Diamantopoulos) (1995-06-25)
Re: Backpatch? boggs@osage.csc.ti.com (1995-06-30)
Re: Backpatch? gclind01@ulkyvx.louisville.edu (1995-07-01)
Re: Backpatch? IanC@gibside.demon.co.uk (Ian Cull) (1995-07-05)
Re: Backpatch? taweil@ucs.usc.edu (1995-07-13)
Re: Backpatch? jcea@ait.uvigo.es (1995-07-19)
Re: Backpatch? hebert@prism.uvsq.fr (1995-07-20)
Re: Backpatch? albaugh@agames.com (1995-07-20)
| List of all articles for this month |

Newsgroups: comp.compilers
From: taweil@ucs.usc.edu (Ta-Wei Li)
In-Reply-To: Nikos Diamantopoulos's message of Sun, 25 Jun 1995 14:25:56 GMT
Keywords: code
Organization: University of Southern California, Los Angeles, CA
References: 95-06-096
Date: Thu, 13 Jul 1995 07:47:43 GMT

>>>>> "Nikos" == Nikos Diamantopoulos <diaman@ee.upatras.gr> writes:


        Nikos> I need a backpatch mechanism such that i can use a variable
        Nikos> before its definition. There are languages such as ALGOL,
        Nikos> PL/1 that make use of such a mechanism.


Are you working on your own compiler or you want to use such "backpatch
mechanism" in some language like C or Ada? For the first case, check out


"Compilers: Principles, Techniques, and Tools" A. Aho, R. Sethi and J. Ullman.


Page 500.


For the later case, you still need the above book and a copy of the compiler
source codes.
--
Ta-Wei "David" Li
--


Post a followup to this message

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