Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.object Subject: Re: OOD applied to interpreters and compilers Message-ID: <8497@goofy.megatest.UUCP> Date: 3 Oct 89 22:32:01 GMT References: <1989Oct2.204603.10320@polyslo.CalPoly.EDU> Distribution: usa Organization: Megatest Corporation, San Jose, Ca Lines: 10 From article <1989Oct2.204603.10320@polyslo.CalPoly.EDU>, by ttwang@polyslo.CalPoly.EDU (Thomas Wang): > I managed to write a LL(1) backtracing parser generator in one > month using C++, so I can comfortably say ... I managed to write an LR(1) parser-generator with default reductions and equivalent state merging, in C, in under three weeks. Going once, going twice...