summaryrefslogtreecommitdiffstats
path: root/antlr
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-03-19 16:25:37 +0100
committerYohann Roussel <yroussel@google.com>2014-03-20 15:13:33 +0100
commit4eceb95409e844fdc33c9c706e1dc307bfd40303 (patch)
treeee9f4f3fc79f757c79081c336bce4f1782c6ccd8 /antlr
parent3d2402901b1a6462e2cf47a6fd09711f327961c3 (diff)
downloadtoolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.zip
toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.gz
toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.bz2
Initial Jack import.
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43
Diffstat (limited to 'antlr')
-rw-r--r--antlr/Android.mk24
-rw-r--r--antlr/LICENSE26
-rw-r--r--antlr/PREBUILT2
-rw-r--r--antlr/README.android5
-rw-r--r--antlr/antlr-3.4-complete.jarbin0 -> 2388361 bytes
5 files changed, 57 insertions, 0 deletions
diff --git a/antlr/Android.mk b/antlr/Android.mk
new file mode 100644
index 0000000..ad94a05
--- /dev/null
+++ b/antlr/Android.mk
@@ -0,0 +1,24 @@
+# Copyright (C) 2014 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_PREBUILT_JAVA_LIBRARIES := \
+ antlr-jack:antlr-3.4-complete$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/antlr/LICENSE b/antlr/LICENSE
new file mode 100644
index 0000000..e1cc972
--- /dev/null
+++ b/antlr/LICENSE
@@ -0,0 +1,26 @@
+[The "BSD license"]
+Copyright (c) 201 Terence Parr
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/antlr/PREBUILT b/antlr/PREBUILT
new file mode 100644
index 0000000..26e9370
--- /dev/null
+++ b/antlr/PREBUILT
@@ -0,0 +1,2 @@
+The objects in this prebuilt directory are coming from
+http://www.antlr.org/download/antlr-3.4-complete.jar \ No newline at end of file
diff --git a/antlr/README.android b/antlr/README.android
new file mode 100644
index 0000000..dcc4c71
--- /dev/null
+++ b/antlr/README.android
@@ -0,0 +1,5 @@
+URL: https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar
+Tag: antlr-3.4
+License: BSD
+Description: ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
+Local Modifications: None.
diff --git a/antlr/antlr-3.4-complete.jar b/antlr/antlr-3.4-complete.jar
new file mode 100644
index 0000000..9c985c7
--- /dev/null
+++ b/antlr/antlr-3.4-complete.jar
Binary files differ