Paketname | javacc |
Beschreibung | A parser generator for use with Java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 5.0-4 |
Sektion | java |
Priorität | optional |
Installierte Größe | 408 Byte |
Hängt ab von | default-jre-headless | java1-runtime-headless | java2-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | |
Paketgröße | 284554 Byte |
Prüfsumme MD5 | 3c7b5f3b9b0eeb998f2ea5b445c09951 |
Prüfsumme SHA1 | 79e92ac65b5e94264cdf3568ba351af417ea082b |
Prüfsumme SHA256 | 479c8d56f11fb761b88a0d6acfdd6842c0a32f6375e52cbdc657e71848c0432c |
Link zum Herunterladen | javacc_5.0-4_all.deb |
Ausführliche Beschreibung | Java Compiler-Compiler (JavaCC) 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.
|