Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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: x86_64
Download: | bison-1.875-4.x86_64.rpm |
Build Date: | Wed Feb 4 14:26:14 2004 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 650 KiB |
Changelog
- * Fri Aug 1 05:00:00 2003 Havoc Pennington <hp{%}redhat{*}com> 1.875-3
- put #ifndef __cplusplus around attribute(unused) on goto label in yacc.c
- * Wed Jun 4 05:00:00 2003 Elliot Lee <sopwith{%}redhat{*}com>
- rebuilt
- * Sat Mar 22 04:00:00 2003 Roland McGrath <roland{%}redhat{*}com> 1.875-2
- update specs for new files installed by new version