Paketname | javacc |
Beschreibung | A parser generator for use with Java |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 5.0-1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 368 Byte |
Hängt ab von | default-jre-headless | java1-runtime | java2-runtime |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 282792 Byte |
Prüfsumme MD5 | 1dce1dbd1d343311f571e9d9089d6250 |
Prüfsumme SHA1 | 26dd216bced622858e1ef72e240b9e2e4e30c9b4 |
Prüfsumme SHA256 | 0ccc7de57b0fe5b6b98e3cfa6af56a9bfa85e6db7163013f366d1a855c429502 |
Link zum Herunterladen | javacc_5.0-1_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.
|