is there a yacc that outputs Java instead of C/C++?

Dan Kelley <dan.kelley@dal.ca>
2 Feb 1997 21:19:26 -0500

          From comp.compilers

Related articles
is there a yacc that outputs Java instead of C/C++? dan.kelley@dal.ca (Dan Kelley) (1997-02-02)
experience with jack, a yacc-like tool for java dan.kelley@dal.ca (Dan Kelley) (1997-02-07)
Re: experience with jack, a yacc-like tool for java gfarrow@shlden.com (1997-02-08)
Re: experience with jack, a yacc-like tool for java sreeni@csc.albany.edu (1997-02-11)
Re: experience with jack, a yacc-like tool for java nshaylor@tcp.co.uk (1997-02-20)
Re: experience with jack, a yacc-like tool for java sami@microsoft.com (Sam Inala) (1997-02-27)
| List of all articles for this month |

From: Dan Kelley <dan.kelley@dal.ca>
Newsgroups: comp.compilers
Date: 2 Feb 1997 21:19:26 -0500
Organization: ISINet, Nova Scotia
Keywords: yacc, Java, question

I have a language application for which I use yacc (well, bison, in
fact) to output C/C++ code. (By the /C++ I mean that I'm really using
C++ mostly, and that therefore the actions in my code are mostly
written in C++.)


What I'm wondering is whether there is a version of yacc out there
that can output java code, instead. (I desire Java for
device-independence of compiled code and also for ability to draw on
the screen on PC/Mac as well as my own X11 system.)


Thanks in advance for any advice, by email or the newsgroup.
--
Dan E. Kelley internet:
mailto:Dan.Kelley@Dal.CA
Oceanography Department phone:
(902)494-1694
Dalhousie University fax:
(902)494-2885
Halifax, NS, CANADA, B3H 4J1 WWW:
http://www.phys.ocean.dal.ca/~kelley
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.