          MODULE=bison
         VERSION=3.8.2
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha256:9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2
        WEB_SITE=http://www.gnu.org/software/bison/bison.html
         ENTERED=20010922
         UPDATED=20211013
           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
