On Sun, May 20, 2001 at 02:47:28AM +0900, Glen Starchman wrote:
> >  Well, it exist a reference implementation for ruby, see parse.y

I haven't touched yacc or lex since college, either, but there is JavaCC
for creating a Java language parser.  I don't know much about it, or if
it consumes .y sources, but converting from .y to whatever JavaCC uses
might be easier than writing your own parser.

The JPython project uses JavaCC, AFAIK.

http://www.webgain.com/products/metamata/java_doc.html

--- SER