Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
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!
Packages
Latest: byaccj-1.14-5.1.pre6.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| byaccj |
0 |
1.14 |
5.1.pre6.el5.fio |
i686 |
50 KiB |
2011-06-22 07:53:05 |
Changelog:
- * 2009-11-30 - Dennis Gregorovic <dgregor[AT]redhat[DOTCOM]> - 0:1.14-5.1
- Rebuilt for RHEL 6
- * 2009-07-24 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0:1.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-05-10 - Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-4
- Build with %{optflags} (#500022).
- * 2009-02-23 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0:1.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * 2008-07-09 - Tom "spot" Callaway <tcallawa[AT]redhat[DOTCOM]> - 0:1.14-2
- drop repotag
- * 2008-02-09 - Devrim GUNDUZ <devrim[AT]commandprompt[DOTCOM]> - 0:1.14-1jpp.1
- Update to 1.14
- Cosmetic cleanup in spec
- * 2007-03-06 - Vivek Lakshmanan <vivekl[AT]redhat[DOTCOM]> - 0:1.11-2jpp.2.fc7
- First build in fedora after passing review
- * 2007-02-15 - Tania Bento <tbento[AT]redhat[DOTCOM]> - 0:1.11-2jpp.1
- 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.
- * 2006-01-04 - Fernando Nasser <fnasser[AT]redhat[DOTCOM]> - 0:1.11-2jpp
- First JPP 1.7 build
- * 2005-11-16 - Ralph Apel <r.apel at r-apel.de> - 0:1.11-1jpp
- First JPackage release