Re: How Can I Make a Compiler With Java?

dcm@c-sw.com (David C. Matthews)
10 Oct 1997 22:06:52 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: dcm@c-sw.com (David C. Matthews)
Newsgroups: comp.compilers
Date: 10 Oct 1997 22:06:52 -0400
Organization: Cotton Software, Inc.
References: 97-10-036
Keywords: Java, parse

"Kevin Albrecht" <kevalb@earthlink.net> 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 have heard of programs like JavaCC, JavaCup,
>JLex, ANTLR, and others, but I do not understand exactly what they do.
>My basic question is, where do I start? Thanks in advance.


Try JavaCup and JLex. They're designed to work together, and seem to
quite nicely (personal experience). I've installed both, and thus
have a "complete" compiler development system with these lex (Jlex)
and yacc (JavaCup) tools.


Regards,
David C. Matthews
--


Post a followup to this message

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