diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-25 16:59:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:34 +0700 |
commit | 075a03ce52a308fd388f4c26d795ed71e9e784f9 (patch) | |
tree | 0121b4131b90fa9aea0aca9a82ccfa70c6c359e5 /libraries/antlr4/slack-desc | |
parent | ceb178e6b93032475556b9aec0c15e06768c9ba5 (diff) |
libraries/antlr4: Added (language tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/antlr4/slack-desc')
-rw-r--r-- | libraries/antlr4/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/antlr4/slack-desc b/libraries/antlr4/slack-desc new file mode 100644 index 000000000000..278a67a9a6df --- /dev/null +++ b/libraries/antlr4/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +antlr4: antlr4 (language tool) +antlr4: +antlr4: ANTLR, ANother Tool for Language Recognition, is a language tool +antlr4: that provides a framework for constructing recognizers, interpreters, +antlr4: compilers, and translators from grammatical descriptions containing +antlr4: actions in a variety of target languages. +antlr4: +antlr4: This package contains the C++ runtime library only. +antlr4: +antlr4: Project URL: https://www.antlr.org/ +antlr4: |