Paketname | javacc-doc |
Beschreibung | Documentation for the JavaCC Parser Generator |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 5.0-1 |
Sektion | universe/doc |
Priorität | optional |
Installierte Größe | 1092 Byte |
Hängt ab von | classpath-doc |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | javacc |
Paketgröße | 248640 Byte |
Prüfsumme MD5 | 29672092af9cb3fcf1cbe2366b4ab94f |
Prüfsumme SHA1 | d0c4992a095f0cc37f95cfcecfc69513d7b93557 |
Prüfsumme SHA256 | aa7a5940e7ba3ab3de5c30658d9ca7f3b0c6ea56d289386d1f4494dc8db0bd1f |
Link zum Herunterladen | javacc-doc_5.0-1_all.deb |
Ausführliche Beschreibung | Documentation and examples for JavaCC parser generator.
.
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.
|