Name: | byaccj |
---|---|
Version: | 1.15 |
Release: | 36.el10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 147469 |
License: | LicenseRef-Fedora-Public-Domain |
RPM: | byaccj-1.15-36.el10.aarch64.rpm |
Source RPM: | byaccj-1.15-36.el10.src.rpm |
Build Date: | Fri Jan 24 2025 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://byaccj.sourceforge.net/ |
Summary: | Parser Generator with Java Extension |
Description: | 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! |
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Convert License tag to SPDX format
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- C99 compatibility fix