pkg://javacc-3.2-1jpp_2fc.i386.rpm:792194/HEADER
downloads
Name : javacc Relocations: (not relocateable)
Version : 3.2 Vendor: Red Hat, Inc.
Release : 1jpp_2fc Build Date: Tue Jul 5 17:40:37 2005
Install date: (not installed) Build Host: decompose.build.redhat.com
Group : Development/Code Generators Source RPM: javacc-3.2-1jpp_2fc.src.rpm
Size : 2187444 License: BSD
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : https://javacc.dev.java.net/
Summary : A parser/scanner generator for java
Description :
Java Compiler Compiler (JavaCC) is the most popular parser generator for use
with Java 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.