Related articles |
---|
Java analysis tools bigrigg@integra.ece.cmu.edu (1999-05-27) |
Re: Java analysis tools sreeni@csc.albany.edu (1999-05-27) |
Re: Java analysis tools chase@world.std.com (David Chase) (1999-05-27) |
From: | David Chase <chase@world.std.com> |
Newsgroups: | comp.compilers |
Date: | 27 May 1999 23:26:30 -0400 |
Organization: | None |
References: | 99-05-125 |
Keywords: | Java, tools |
> Hi. I'm looking to find language analysis tools for the Java
> Language. ... I would rather not have to develop my own front
> end if it isn't necessary. Any suggestions would be appreciated.
Have you considered working at the bytecode level? I think there's
several "free" tools for working on bytecodes, and you could reuse
their bytecode parser.
--
David Chase -- chase@naturalbridge.com
NaturalBridge LLC -- http://www.naturalbridge.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.