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 Ubuntu Archiv lucid (main)
Version1.15-1build1
Sektiondevel
Prioritätextra
Installierte Größe176 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße52296 Byte
Prüfsumme MD51c014086713614a0c89c2b1af1f3ed59
Prüfsumme SHA1a3f5ca15a43e6e0d2a99baf8845c0d69976d876b
Prüfsumme SHA256a8cc825378eade799ac0309a438015cedab457769cb135a6582c39f2f0ed2e70
Link zum Herunterladenbyacc-j_1.15-1build1_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