slackbuilds_ponce/development/javacc
dsomero c7b0c6bf91 development/javacc: Fixed download link.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-03-30 22:52:11 -05:00
..
javacc development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00
javacc.info development/javacc: Fixed download link. 2011-03-30 22:52:11 -05:00
javacc.SlackBuild development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00
jjdoc development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00
jjtree development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00
README development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00
slack-desc development/javacc: Added (Java Compiler Compiler [tm]) 2010-10-25 07:55:09 -05:00

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 is just a binary repackaging script. All you need to run the
application, once installed, is a Java Runtime Environment (JRE).