Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / javacc / DESCR
1 Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser
2 generator for use with Java [tm] applications.  A parser generator is
3 a tool that reads a grammar specification and converts it to a Java
4 program that can recognize matches to the grammar.  In addition to the
5 parser generator itself, JavaCC provides other standard capabilities
6 related to parser generation such as tree building (via a tool called
7 JJTree included with JavaCC), actions, debugging, etc.