          MODULE=antlr
         VERSION=2.7.7
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://www.antlr2.org/download
      SOURCE_VFY=sha1:802655c343cc7806aaf1ec2177a0e663ff209de1
#   MODULE_PREFIX=${ANTLR_DIR:-/opt/lunar/$MODULE}
        WEB_SITE=http://www.antlr2.org
         ENTERED=20100824
         UPDATED=20100824
           SHORT="ANother Tool for Language Recognition"

PSAFE=no
cat << EOF
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a
framework for constructing recognizers, interpreters, compilers, and translators
from grammatical descriptions containing actions in a variety of target
languages. ANTLR provides excellent support for tree construction, tree walking,
translation, error recovery, and error reporting.
EOF
