Related articles |
---|
Internal code representation. markg@athens.emi.net (1995-10-14) |
Re: Internal code representation. sgt20@cam.ac.uk (1995-10-23) |
Re: Internal code representation. ganswijk@xs4all.nl (Jaap van Ganswijk) (1995-10-23) |
Newsgroups: | comp.compilers |
From: | Jaap van Ganswijk <ganswijk@xs4all.nl> |
Keywords: | interpreter |
Organization: | Compilers Central |
References: | 95-10-082 |
Date: | Mon, 23 Oct 1995 17:06:15 GMT |
At 06:27 AM 10/14/95 GMT, you wrote:
>I am currently coding yet another (experimental) language interpreter.
>In all of my previous intepreters I used a RPN-based stack representation
>once code was absorbed and a stack to do evaluation.
Maybe you should consider using Double Linked Lists (DLL's) for
linear sequences and trees for hierarchical structures.
I assume, RAM is not scarse... ;-)
Greetings,
Jaap
-- Chip directory
-- http://www.hitex.com/chipdir/ - USA
-- http://www.xs4all.nl/~ganswijk/chipdir/ - Europe
(Many other international mirror sites from there...)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.