Re: Java2 & Alpha

1999-11-21 Thread Uncle George
I have done a port. gat Ilya wrote: > Is there any work being done on porting JDK 1.2 to Linux on Alpha? > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [Partially OT] A Java parser - part 2

1999-11-21 Thread Ted Neward
What about EBNF? That's pretty standardized, no? Ted Neward http://www.javageeks.com/~tneward On Sun, 21 Nov 1999, Michael Emmel wrote: > Vincent Risi wrote: > > > Andreas Rueckert wrote: > > > > > Hi! > > > > > > On Thu, 18 Nov 1999 Paul Mclachlan wrote: > > > > > > The next problem occured

Re: [Partially OT] A Java parser - part 2

1999-11-21 Thread Michael Emmel
Vincent Risi wrote: > Andreas Rueckert wrote: > > > Hi! > > > > On Thu, 18 Nov 1999 Paul Mclachlan wrote: > > > > The next problem occured when I wanted 2 parsers to use the same base classes > > for the AST. Never managed to do that, and I couldn't patch JavaCC, since there > > were no sources a

Re: [Partially OT] A Java parser - part 2

1999-11-21 Thread Vincent Risi
Andreas Rueckert wrote: > Hi! > > On Thu, 18 Nov 1999 Paul Mclachlan wrote: > > The next problem occured when I wanted 2 parsers to use the same base classes > for the AST. Never managed to do that, and I couldn't patch JavaCC, since there > were no sources available. TLA's are fine if you kno