You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>All users should download the <aonClick="ga('send', 'event', 'link', 'download', 'antlr-4.10.1-complete.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-4.10.1-complete' });" href="download/antlr-4.10.1-complete.jar">ANTLR tool itself</a> and then choose a runtime target below, unless you are using Java which is built into the tool jar.
85
+
<p>All users should download the <ahref="download/antlr-4.10.1-complete.jar">ANTLR tool itself</a> and then choose a runtime target below, unless you are using Java which is built into the tool jar.
@@ -110,11 +98,11 @@ <h2>ANTLR tool and Java Target</h2>
110
98
111
99
<ul>
112
100
113
-
<li><aonClick="ga('send', 'event', 'link', 'download', 'antlr-4.10.1-complete.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-4.10.1-complete' });"href="download/antlr-4.10.1-complete.jar">Complete ANTLR 4.10.1 Java binaries jar</a>. Complete ANTLR 4.10.1 tool, Java runtime and ST 4.0.8, which lets you run the tool and the generated code.
101
+
<li><ahref="download/antlr-4.10.1-complete.jar">Complete ANTLR 4.10.1 Java binaries jar</a>. Complete ANTLR 4.10.1 tool, Java runtime and ST 4.0.8, which lets you run the tool and the generated code.
114
102
115
-
<li><aonClick="ga('send', 'event', 'link', 'download', '4.10.1.zip', {'nonInteraction': 1}); woopra.track('download', { url: '4.10.1.zip' });"href="https://github.com/antlr/antlr4/archive/4.10.1.zip">ANTLR 4.10.1 distribution (zip)</a>. Everything you need to build the tool and Java runtime from source.
103
+
<li><ahref="https://github.com/antlr/antlr4/archive/4.10.1.zip">ANTLR 4.10.1 distribution (zip)</a>. Everything you need to build the tool and Java runtime from source.
116
104
117
-
<li><aonClick="ga('send', 'event', 'link', 'download', 'antlr-runtime-4.10.1.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-runtime-4.10.1' });"href="download/antlr-runtime-4.10.1.jar">ANTLR 4.10.1 Java runtime binaries jar</a>. Only what's needed for building and executing parsers/lexers generated in Java.
105
+
<li><ahref="download/antlr-runtime-4.10.1.jar">ANTLR 4.10.1 Java runtime binaries jar</a>. Only what's needed for building and executing parsers/lexers generated in Java.
118
106
</ul>
119
107
120
108
<p>The Java jars are <b>OSGi compatible</b> so you should be able to use them within Eclipse.
@@ -169,7 +157,7 @@ <h2>JavaScript Target</h2>
169
157
170
158
<p><tt>npm install antlr4</tt><br>
171
159
172
-
<p>Or, you can download <aonClick="ga('send', 'event', 'link', 'download', 'antlr-javascript-runtime-4.10.1.zip', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-javascript-runtime-4.10.1.zip' });"href="http://www.antlr.org/download/antlr-javascript-runtime-4.10.1.zip">antlr-javascript-runtime-4.10.1.zip</a>.
160
+
<p>Or, you can download <ahref="http://www.antlr.org/download/antlr-javascript-runtime-4.10.1.zip">antlr-javascript-runtime-4.10.1.zip</a>.
173
161
174
162
<p>The runtime is provided in the form of source code, so no additional installation is required. Simply refer to the JavaScript in that zip from your project, and eventually webpack it.
0 commit comments