          MODULE=antlr
         VERSION=4.13.2
          SOURCE=$MODULE-$VERSION-complete.jar
      SOURCE_URL=http://www.antlr.org/download/
      SOURCE_VFY=sha256:eae2dfa119a64327444672aff63e9ec35a20180dc5b8090b7a6ab85125df4d76
        WEB_SITE=http://www.antlr.org/
         ENTERED=20100824
         UPDATED=20240821
           SHORT="ANother Tool for Language Recognition"
cat << EOF
ANTLR, ANother Tool for Language Recognition, is a language tool that provide
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
