Related articles |
---|
[TDR] Token-Based Compilers tdarcos@mcimail.com (1993-01-20) |
Re: [TDR] Token-Based Compilers pcbeard@ucdavis.edu (1993-01-23) |
Re: [TDR] Token-Based Compilers kieron@root.co.uk (1993-01-25) |
Re: [TDR] Token-Based Compilers nigel@socs.uts.EDU.AU (1993-02-01) |
Newsgroups: | comp.compilers |
From: | nigel@socs.uts.EDU.AU (Nigel Pearson) |
Keywords: | C, interpreter |
Organization: | School of Computer Science, UTS |
References: | 93-01-182 |
Date: | Mon, 1 Feb 1993 01:41:50 GMT |
tdarcos@mcimail.com (Paul Robinson) asks:
>I'd like to ask what people think of the idea of Compilers that generate
>ficticious machine code, i.e. tokens for an optimized machine which is
>then interpreted on the target.
One system which uses this is ACK, the Amsterdam Compiler Kit. It
has a set of Front Ends which generate EM instructions. EM is the machine
language of a ficticious Extended von-Neumann machine. (no, I don't know
where they got the M from either!)
The ACK system provides both interpreters and translators for the
EM code.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.