slackbuilds_ponce/development/javacc
Alan Alberghini 2aaef9fca6 development/javacc: Updated for version 6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-11-30 12:26:58 +07:00
..
javacc
javacc.info development/javacc: Updated for version 6.0. 2014-11-30 12:26:58 +07:00
javacc.SlackBuild development/javacc: Updated for version 6.0. 2014-11-30 12:26:58 +07:00
jjdoc
jjtree
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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).