Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bison: A GNU general-purpose parser generator.
- Summary
- Bison is a general purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a C program to
parse that grammar. Bison can be used to develop a wide range of
language parsers, from ones used in simple desk calculators to complex
programming languages. Bison is upwardly compatible with Yacc, so any
correctly written Yacc grammar should work with Bison without any
changes. If you know Yacc, you shouldn't have any trouble using
Bison. You do need to be very proficient in C programming to be able
to use Bison. Bison is only needed on systems that are used for
development.
If your system will be used for C development, you should install
Bison.
Arch: src
Download: | bison-2.1-2.ML5.src.rpm |
Build Date: | Tue May 16 02:08:07 2006 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 991 KiB |
Changelog
- * Mon May 15 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue May 2 01:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 2.1-2.FC5
-
- Fix K&R parser definition when it has no arguments (#190376).
- * Sat Feb 11 00:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.1-1.2.1
-
- bump again for double-long bug on ppc(64)