1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: javacc
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Sabouret <nico@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), ant, libxerces-java | libxerces2-java, kaffe, jikes, docbook-to-man
Standards-Version: 3.6.2
Package: javacc
Architecture: all
Depends: kaffe | java-runtime | java1-runtime | java2-runtime
Description: A parser generator for use with Java
Java Compiler Compiler [tm] (JavaCC [tm]) is (according to sun)
"the most popular parser generator" for use with Java [tm]
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.
|