Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA20711; Fri, 5 Jan 96 18:21:05 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA21749; Fri, 5 Jan 96 18:21:11 EST
Received: (from listadm@localhost) by liquor.cabi.net (8.6.12/8.6.12) id NAA22702; Fri, 5 Jan 1996 13:03:36 -0500
Resent-Date: Fri, 5 Jan 1996 13:03:36 -0500
From: Java mailing list recipient <javalist@season.com>
Message-Id: <199601052305.PAA22729@plant.season.com>
Subject: Re: integrate jave into gcc and/or gcc generates java
To: java-linux@java.blackdown.org
Date: Fri, 5 Jan 1996 15:05:28 -0800 (PST)
In-Reply-To: <9601052230.AA04170@switch.rockwell.com> from "Anderson_B." at Jan 5, 96 04:30:24 pm
X-Mailer: ELM [version 2.4 PL23]
Content-Type: text
Content-Length:        701
Resent-Message-Id: <"5FQQB1.0.5Y5.lUMxm"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/872
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

 +---- Anderson_B. wrote:
 | Assuming we want java->exe we could use the bytecode output of java (what would
 | be distributed for remote execution) and use as the input to the compiler.
 | Maybe we'd need more of a macro assembler since what we would have would be
 | sort of an assembler source code at that point.
 +----

If there is a stable Java syntax spec and stable JavaVM/library
spec then I would think that a little time with lex and yacc
like tools could take care of Java compilers, and probably gcc
front ends as well . . .

-- 
Gary Johnson                   "The numbers themselves may be our best tools."
gjohnson@season.com            <a href="http://www.digicash.com">Fed flip?</a>

