          MODULE=bison
         VERSION=2.5.1
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
        WEB_SITE=http://www.gnu.org/software/bison/bison.html
      SOURCE_VFY=sha1:4cd881033f4a66cf691462b0f2d8293aa712a781
         ENTERED=20010922
         UPDATED=20110605
           SHORT="A replacement for the parser generator yacc"

cat << EOF
bison - Replacement for the parser generator yacc
General purpose parser generator that converts a grammar description for
a LALR context-free grammar into a C program to parse that grammar. It
can be used to create a range of language parsers. Bison is upwardly
compatible with Yacc, so properly written Yacc grammars and those users
familiar with Yacc should have little trouble, although you do need to
be fluent in C to use Bison.
EOF
