Re: Contemplating writing first compiler... comments please.

anton@mips.complang.tuwien.ac.at (Anton Ertl)
9 Aug 1997 20:14:13 -0400

          From comp.compilers

Related articles
Contemplating writing first compiler... comments please. mch24@harvey27.demon.co.uk (1997-06-30)
Re: Contemplating writing first compiler... comments please. gelleric@kafka.informatik.uni-stuttgart.de (1997-07-04)
Re: Contemplating writing first compiler... comments please. cdw10@cix.compulink.co.uk (1997-07-08)
Re: Contemplating writing first compiler... comments please. mrm1@msm.cam.ac.uk (1997-07-21)
Re: Contemplating writing first compiler... comments please. HSauro@fssc.demon.co.uk (Herbert M Sauro) (1997-07-22)
Re: Contemplating writing first compiler... comments please. pardo@cs.washington.edu (1997-07-29)
Re: Contemplating writing first compiler... comments please. anton@mips.complang.tuwien.ac.at (1997-08-09)
| List of all articles for this month |

From: anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups: comp.compilers
Date: 9 Aug 1997 20:14:13 -0400
Organization: TU Wien, Institut fuer Computersprachen
References: 97-06-113 97-07-032 97-07-101 97-07-105
Keywords: practice

Herbert M Sauro <HSauro@fssc.demon.co.uk> writes:
> What's the best way to implement the executation of a chunk of code,
> like byte codes?


It looks like threaded code fits your bill. Take a look at


http://www.complang.tuwien.ac.at/forth/threaded-code.html


You will also find references to papers there.


- 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.