           SPELL=bison
         VERSION=2.2
     SOURCE_HASH=sha512:2c544f07f99d1d5cdc5f17a884ebe6befd7b69e69de10d70fc959581b7f78595d8db9e9fc2216a3df1d4f67ac566e0a07a694283bf579bc141b70df16b7037f4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://ftp.gnu.org/gnu/$SPELL/$SOURCE
        WEB_SITE=http://www.gnu.org/software/bison/bison.html
         ENTERED=20010922
      LICENSE[0]=GPL
       BUILD_API=2
        KEYWORDS="generator parser devel"
           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
