Re: Compiler design in java

David Chase <chase@naturalbridge.com>
15 Apr 1998 23:28:46 -0400

          From comp.compilers

Related articles
Compiler design in java sakshi@silo.csci.unt.edu (Sakshi S.P Sarathy) (1998-04-13)
Re: Compiler design in java bje@cygnus.com (Ben Elliston) (1998-04-13)
Re: Compiler design in java bwb@concentra.com (Benson, Brent) (1998-04-13)
Re: Compiler design in java ast@halcyon.com (1998-04-15)
Re: Compiler design in java jacobs@darwin.cwru.edu (Kevin Jacobs) (1998-04-15)
Re: Compiler design in java chase@naturalbridge.com (David Chase) (1998-04-15)
| List of all articles for this month |

From: David Chase <chase@naturalbridge.com>
Newsgroups: comp.compilers
Date: 15 Apr 1998 23:28:46 -0400
Organization: Natural Bridge LLC
References: 98-04-044
Keywords: Java

Sakshi S.P Sarathy wrote:
> I'd like to know if anyone has designed a compiler in java ?


Yes. And implemented it, too. I'd say that the only major influence
on the design is that we're a little quicker to use complex data
structures, because the presence of garbage collection reduces the
(debugging) costs of doing so.


--
David Chase, chase@world.std.com
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.