Home > Repositories > 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!
Name:byaccj
Release: 1.15-4mamba
Group:Development/Libraries
Maintainer:silvan
License:Public Domain
Size:64,57 kB
Upstream URL:https://byaccj.sourceforge.net/
Build time:2023-10-24 21:39:34
Binary packages and requirements
x86_64aarch64i586
Built RPMSbyaccj
byaccj-debug
byaccj
byaccj-debug
byaccj
byaccj-debug
Build requirementsglibc-devel [1]
glibc-devel [1]
glibc-devel [1]
History of changes
DatePackagerReleaseDescription
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