Name: | byaccj |
---|---|
Version: | 1.14 |
Release: | 5.1.el6 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 112483 |
License: | Public Domain |
RPM: | byaccj-1.14-5.1.el6.x86_64.rpm |
Source RPM: | byaccj-1.14-5.1.el6.src.rpm |
Build Date: | Fri May 07 2010 |
Build Host: | ca-build61.us.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! |
- Rebuilt for RHEL 6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Build with %{optflags} (#500022).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- drop repotag
- Update to 1.14 - Cosmetic cleanup in spec
- First build in fedora after passing review
- Fixed the %Release tag. - Changed the %License tag. - Fixed the %BuildRoot tag. - Removed the %Vendor tag. - Removed the %Distribution tag. - Removed the %BuildRequires: gcc and make tags as these d not need to be listed. - Removed "%define section free". - Added "sed -i 's/\r//g docs/tf.y' to fix a warning generated by rpmlint. - Fixed the %Source0 tag. - Changed the %Group tag. - Installed man pages in proper directory.
- First JPP 1.7 build
- First JPackage release