DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamebyacc-j
BeschreibungBerkeley YACC parser generator extended to generate Java code
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.15-1
Sektiondevel
Prioritätextra
Installierte Größe172 Byte
Hängt ab vonlibc6 (>= 2.3)
Empfohlene Pakete
PaketbetreuerLudovic Claude
Quelle
Paketgröße52180 Byte
Prüfsumme MD51432d74859b8f1a255a2ce5fd23b4485
Prüfsumme SHA1622171905e7621654cc36c34701b8861b7feee2f
Prüfsumme SHA256d3f8dbd6f8b27329a8ef7fab23ca25990e727b6d882e68b40e75abf76ba4c71f
Link zum Herunterladenbyacc-j_1.15-1_i386.deb
Ausführliche BeschreibungBYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. . Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR-grammar parser. This is useful for expression parsing, interactive command parsing, and file reading. Many megabytes of YACC code have been written over the years. . This is the standard YACC tool that is in use every day to produce C/C++ parsers. . I have added a "-J" flag which will cause BYACC to generate Java source code, instead. So there finally is a YACC for Java now!


Impressum
Linux is a registered trademark of Linus Torvalds