           MODULE=bison
          VERSION=1.875
         #VERSION=1.35
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
        WEB_SITE=http://www.gnu.org/software/bison/bison.html
         ENTERED=20010922
         UPDATED=20030208
           SHORT="bison is 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
