Meta Configuration of Package javacc
12
1
<package name="javacc" project="SUSE:SLE-15:GA">
2
<title>A Parser and Scanner Generator for Java</title>
3
<description>Java Compiler Compiler (JavaCC) is the most popular parser generator
4
for use with Java applications. A parser generator is a tool that reads
5
a grammar specification and converts it to a Java program that can
6
recognize matches to the grammar. In addition to the parser generator
7
itself, JavaCC provides other standard capabilities related to parser
8
generation such as tree building (via a tool called JJTree included
9
with JavaCC), actions, debugging, etc.
10
</description>
11
</package>
12