diff options
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 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 |