diff options
author | Marcel Steinbeck <marcel dot steinbeck at googlemail dot com> | 2017-02-07 01:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:15 +0700 |
commit | ddee9d560b82a37f60f75bcda3a160d0cba705f9 (patch) | |
tree | 5bc1ac60203ee93a1d87c2497cdbb2970a6325b3 /development/antlr2/README | |
parent | d32b96c05310779a8a38f887e51f950b56808969 (diff) |
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/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/antlr2/README b/development/antlr2/README new file mode 100644 index 0000000000000..a81558fba026a --- /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 |