A Parser and Scanner Generator for Java
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.
- Sources inherited from project openSUSE:11.4
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
javacc | 0000000444 444 Bytes | about 14 years |
javacc-4.0src.tar.gz | 0000765150 747 KB | almost 13 years |
javacc.changes | 0000001329 1.3 KB | almost 13 years |
javacc.patch | 0000001563 1.53 KB | almost 13 years |
javacc.spec | 0000004894 4.78 KB | over 11 years |
jjdoc | 0000000442 442 Bytes | about 14 years |
jjtree | 0000000444 444 Bytes | about 14 years |
Comments for javacc 0