Related articles |
---|
How long does it take to build a compiler? ywlee@sparc0a.cs.uiuc.edu (Youngwhan Lee) (1993-10-27) |
Re: How long does it take to build a compiler? lenngray@netcom.com (1993-10-29) |
Re: How long does it take to build a compiler? bj@hatch.socal.com (1993-10-30) |
Re: How long does it take to build a compiler? ywlee@sparc0a.cs.uiuc.edu (Youngwhan Lee) (1993-11-01) |
Re: How long does it take to build a compiler? ryer@dsd.camb.inmet.com (1993-11-01) |
Re: How long does it take to build a compiler? neitzel@ips.cs.tu-bs.de (1993-11-04) |
Re: How long does it take to build a compiler? graham@pact.srf.ac.uk (1993-11-05) |
Re: How long does it take to build a compiler? xjam@ginkgo.CS.Berkeley.EDU (1993-11-09) |
Re: How long does it take to build a compiler? pardo@cs.washington.edu (1993-11-09) |
Re: How long does it take to build a compiler? maniattb@cs.rpi.edu (1993-11-10) |
Newsgroups: | comp.compilers |
From: | neitzel@ips.cs.tu-bs.de (Martin Neitzel) |
Keywords: | design, debug, comment |
Organization: | Inst. f. Informatik, TU Braunschweig, FRG |
References: | 93-10-124 93-10-151 |
Date: | Thu, 4 Nov 1993 17:35:28 GMT |
"how long takes it to build a compiler?"
bj> the answer is, once you know what you are
bj> doing... not very long at all.
Or, in other words: If you do not invent your own language, but have
to implement according to some given specifications, be prepared to
spend quite some on understanding these specs and all the involved
ramifications.
Implementing "a pascal-like compiler" with convenient restrictions
is likely to scale according to the 90/90 rule.
Martin Neitzel
[Ah, the 90/90 rule: the first 90% of the work takes the first 90% of
the time, and the other 90% of the work takes the other 90% of the time.
-John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.