Sun Microsystems Laboratories Experimental Stuff Old JavaCC Home

Old Home of the Java Compiler Compiler [tm] (JavaCC [tm]) -
The Java Parser Generator


Please note: the JavaCC site has moved

As of June 2003, JavaCC has been released into Open Source by Sun Microsystems under the BSD license. Ongoing development of JavaCC is now supported at Sun's home for Java community activity: java.net. The home for JavaCC has been moved to:

http://javacc.dev.java.net/

For more details, please see the announcement by Michael Van De Vanter, who served as host for JavaCC at Sun Labs until its transition to Open Source.

Binary Download

Binary download of JavaCC is no longer supported at this site. Please visit JavaCC's new home for binary download.

Mailing list

The mailing list javacc-interest@experimentalstuff.com is no longer in service. Posters to the old mailing list will receive a courtesy reply, but postings will no longer be forwarded. Please visit JavaCC's new home, where several mailing lists are now supported. You might start by subscribing to users@javacc.dev.java.net. Please note that you will need to "join" java.net in order to subscribe.

Useful discussions concerning JavaCC also take place on the newsgroup comp.compilers.tools.javacc.

Background

Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser generator for use with Java [tm] applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc.


This page is: http://www.experimentalstuff.com/Technologies/JavaCC/index.html
Last Modified: Thu, 24 Jul 2003 20:20:26 GMT
copyright (c) 2000-2009, Sun Microsystems