summaryrefslogtreecommitdiffstats
path: root/libraries/antlr4/README
diff options
context:
space:
mode:
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
commit075a03ce52a308fd388f4c26d795ed71e9e784f9 (patch)
tree0121b4131b90fa9aea0aca9a82ccfa70c6c359e5 /libraries/antlr4/README
parentceb178e6b93032475556b9aec0c15e06768c9ba5 (diff)
downloadslackbuilds-075a03ce52a308fd388f4c26d795ed71e9e784f9.tar.gz
slackbuilds-075a03ce52a308fd388f4c26d795ed71e9e784f9.tar.xz
libraries/antlr4: Added (language tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/antlr4/README')
-rw-r--r--libraries/antlr4/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/antlr4/README b/libraries/antlr4/README
new file mode 100644
index 0000000000..8bc50fbedf
--- /dev/null
+++ b/libraries/antlr4/README
@@ -0,0 +1,6 @@
+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.
+
+This package contains the C++ runtime library only.