Name: | rh-maven36-javacc |
---|---|
Version: | 7.0.4 |
Release: | 3.2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 669208 |
License: | BSD |
RPM: | rh-maven36-javacc-7.0.4-3.2.el7.noarch.rpm |
Source RPM: | rh-maven36-javacc-7.0.4-3.2.el7.src.rpm |
Build Date: | Fri Jun 05 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://javacc.org |
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. |