Re: bison/java ?

1998-12-07 Thread shieldsd
The Jikes Parser Generator, available in binary form form alphaworks.ibm.com/formula/jikespg, handles all conventional grammar forms and can generate output in Java, suitable for use with a parser written in Java. We are working on makeing it Open Source. We know more (there is none now!) documen

Re: How to Write MakeFile ?

1998-11-25 Thread shieldsd
Jikes supports the +M option for use in generating Makefiles. [EMAIL PROTECTED] http://www.ibm.com/research/jikes

Re: CLASSPATH confusion

1998-11-24 Thread shieldsd
Having it "fixed" in 1.2 won't help us, as Jikes is designed to run with all but most ancient JDK's. You supply the classes.zip (or jar, or whatever), we provide the bytecode. Sigh. dave [EMAIL PROTECTED] http://www.ibm.com/research/jikes

CLASSPATH confusion

1998-11-24 Thread shieldsd
Sinz writes: CLASSPATH, as it is currently implemented by various JVMs, JDKs, and browsers is, IMHO, one of the most confusing, broken, and expensive problems in Java (expensive in the cost of support and the like) I couldn't agree more. It's the most frequent source of confusion to users of the

Jikes v0.37 now available

1998-09-14 Thread shieldsd
v0.37 of the IBM Research Jikes Compiler is now available from http://www.alphaworks.ibm.com/formula/jikes.

Re: Survey: does this crash your compiler?

1998-08-21 Thread shieldsd
NO! dave and philippe Jikes co-authors [EMAIL PROTECTED] on 08/21/98 09:35:37 PM To: [EMAIL PROTECTED] cc:(bcc: David Shields/Watson/IBM) Subject: Survey: does this crash your compiler? Hi, I've found the miracle handful of lines of code that crash two out of three compilers I co

Re: GUI debugger for Java-Linux?

1998-08-03 Thread shieldsd
Try the Jikes debugger, http://www.alphaworks.ibm.com dave

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread shieldsd
We're working on a libc5 version. We knew some people would want it, but we didn't want to delay posting Jikes for Linux until we had it. dave Jikes co-author

Re: jdk1.1.6: jdb buggy?

1998-07-15 Thread shieldsd
You might want to try the Jikes debugger, available from www.alphaworks.ibm.com. dave