summaryrefslogtreecommitdiffstats
path: root/development/antlr2/README
diff options
context:
space:
mode:
author Marcel Steinbeck2017-02-06 19:23:03 +0100
committer Willy Sudiarto Raharjo2017-02-10 01:16:15 +0100
commitddee9d560b82a37f60f75bcda3a160d0cba705f9 (patch)
tree5bc1ac60203ee93a1d87c2497cdbb2970a6325b3 /development/antlr2/README
parentd32b96c05310779a8a38f887e51f950b56808969 (diff)
downloadslackbuilds-ddee9d560b82a37f60f75bcda3a160d0cba705f9.tar.gz
development/antlr2: Added (parser generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/antlr2/README')
-rw-r--r--development/antlr2/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/antlr2/README b/development/antlr2/README
new file mode 100644
index 0000000000..a81558fba0
--- /dev/null
+++ b/development/antlr2/README
@@ -0,0 +1,8 @@
+ANTLR (ANother Tool for Language Recognition) is a powerful parser
+generator for reading, processing, executing, or translating
+structured text or binary files.
+
+Optional dependencies are jdk and mono (to enable Java and C# support).
+C++ and Python are enabled by default.
+
+It is safe to install alongside libantlr3c