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) |
From: | mrm1@msm.cam.ac.uk (Mark Manning) |
Newsgroups: | comp.compilers |
Date: | 21 Jul 1997 10:01:03 -0400 |
Organization: | University of Cambridge, England |
References: | 97-06-113 97-07-032 |
Keywords: | code, practice |
Our moderator wrote:
[Another possibility is to generate byte codes and then write a little
interpreter to runs them. Worked for UCSD Pascal, works for Java. -John]
...and it works for me! An important factor for a hobby project
(and compilers are my hobby, I *manage* computers for a living) is to get
*something* working before you completely lose heart. Having an interpreter
means that you split one large project into two smaller ones, and porting
from one system to another becomes much easier. (This is also important if
the project becomes a long one because you can only work on it spasmodically.)
Mark
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.