[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bison/bison.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---

[I] The GNU general-purpose parser generator

[T] "Bison" is a general-purpose parser generator that converts a
[T] grammar description for an LALR(1) context-free grammar into a C
[T] program to parse that grammar.  Once you are proficient with Bison, you
[T] may use it to develop a wide range of language parsers, from those used
[T] in simple desk calculators to complex programming languages.
[T]
[T] Bison is upward compatible with Yacc: all properly-written Yacc
[T] grammars ought to work with Bison with no change.  Anyone familiar with
[T] Yacc should be able to use Bison with little trouble.  You need to be
[T] fluent in C programming in order to use Bison or to understand this
[T] manual.

[U] http://www.gnu.org/software/bison/bison.html

[A] The GNU Project <gnu@gnu.org>
[M] The OpenSDE Community <list@opensde.org>

[C] base/development
[F] DIETLIBC

[L] GPL
[S] Stable
[V] 2.3
[P] X -1-3-----9 109.400

[D] 2863861848 bison-2.3.tar.gz ftp://ftp.gnu.org/pub/gnu/bison/