Home > Repository > base > byaccj

byaccj: Parser Generator with Java Extension

BYACC/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!
Nome:byaccj
Versione: 1.15-4mamba
Gruppo:Development/Libraries
Manutentore:silvan
Licenza:Public Domain
Dimensione:64,57 kB
URL di origine:https://byaccj.sourceforge.net/
Data di compilazione:2023-10-24 21:39:34
Pacchetti binari e dipendenze
x86_64aarch64i586
RPM creatibyaccj
byaccj-debug
byaccj
byaccj-debug
byaccj
byaccj-debug
Dipendenze di compilazioneglibc-devel [1]
glibc-devel [1]
glibc-devel [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2023-10-24silvan1.15-4mamba- rebuilt with debug package and specfile fixes
2012-12-31silvan1.15-3mamba- rebuilt in devel
2010-04-29gil1.15-2mamba- removed yacc.1.gz in conflicts with bison 2.4.1
2010-02-16gil1.15-1mamba- update to 1.15
2009-03-02gil1.14-1mamba- package created by autospec