Related articles |
---|
How Can I Make a Compiler With Java? kevalb@earthlink.net (Kevin Albrecht) (1997-10-08) |
Re: How Can I Make a Compiler With Java? harth2@cuimail.unige.ch (Eric Harth) (1997-10-10) |
Re: How Can I Make a Compiler With Java? thetick@magelang.com (Scott Stanchfield) (1997-10-10) |
Re: How Can I Make a Compiler With Java? bothner@cygnus.com (1997-10-10) |
Re: How Can I Make a Compiler With Java? dcm@c-sw.com (1997-10-10) |
Re: How Can I Make a Compiler With Java? andrewbrown@acm.org (Andrew T. Brown) (1997-10-14) |
From: | Eric Harth <harth2@cuimail.unige.ch> |
Newsgroups: | comp.compilers |
Date: | 10 Oct 1997 22:01:05 -0400 |
Organization: | =?ISO-8859-1?Q?Universit=E9_de_Gen=E8ve?= |
References: | 97-10-036 |
Keywords: | Java, parse |
Kevin Albrecht wrote:
>
> I would like to create a compiler and/or interpreter in Java for a program-
> ming language that I have created. I don't know what program(s) I
> should use to do this. ...
I was in the same case and decided to write an independent compiler
without JLex nor JavaCup. If your interested in take a look at:
http://cuiwww.unige.ch/~harth2/smart/index.html
All documentation and explanation are included.
Good luck.
--
+ Eric Harth harth2@cuimail.unige.ch
+ Rue Vermont 29 http://cuiwww.unige.ch/~harth2
+ 1202 Geneve Tel/Fax: +41 (22) 734 97 86
+ Geneva / Switzerland
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.