-
Notifications
You must be signed in to change notification settings - Fork 19
/
support.html
146 lines (95 loc) · 4.29 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<!--[if lt IE 9]><html class="ie"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G0NX9K3FP5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G0NX9K3FP5');
</script>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ANTLR / StringTemplate Technical Support</title>
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="css/fontface/Droid-Sans/stylesheet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/fontface/Droid-Serif/stylesheet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/fontface/DejaVu-Sans-Mono/stylesheet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/antlr.css" type="text/css" media="screen" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="scripts/selectivizr-min.js"></script>
<script src="scripts/cycle.js"></script>
<script src="scripts/rounded.js"></script>
<script src="scripts/watermark.js"></script>
<script type="text/javascript" src="scripts/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<script type="text/javascript" src="scripts/source/jquery.fancybox.js?v=2.0.6"></script>
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
</head>
<body>
<header>
<a id="index" href="index.html">ANTLR</a>
<nav>
<script src="scripts/topnav.js"></script>
</nav>
</header>
<div id="wrapper">
<div id="container">
<div id="main">
<div id="content">
<h1>ANTLR Community Support</h1>
<p>
ANTLR is supported by Terence Parr, Sam Harwell, and target language
folks (see top of
the <a href="https://github.com/antlr/antlr4/blob/master/doc/targets.md"><b>code
generation targets documentation</b></a>) as well as the multitude of
helpful users of ANTLR.
</p>
<h2>ANTLR Announcements</h2>
<ul>
<li><a href="https://twitter.com/the_antlr_guy"><tt>@the_antlr_guy</tt> Twitter feed</a>
<li><a href="https://groups.google.com/g/antlr-discussion"><tt>antlr-discussion</tt> "Google groups" mailing list</a>
</ul>
<h2>ANTLR Questions-and-Answers</h2>
<p>
Stackoverflow.com is our question and answer mechanism:
<p>
<a href="http://stackoverflow.com/questions/tagged/antlr4">http://stackoverflow.com/questions/tagged/antlr4</a>
<h2>ANTLR Discussions</h2>
<p>
Please do not start discussions at stackoverflow. They have asked us
to steer discussions (i.e., non-questions/answers) away from
Stackoverflow; we have a discussion forum at GitHub specifically for that:
<p>
<a href="https://github.com/antlr/antlr4/discussions">https://github.com/antlr/antlr4/discussions</a>
<p>
We can discuss ANTLR project features, direction, and generally argue
about whatever we want in GitHub discussion area.
<h2>ANTLR v3 INTEREST ARCHIVES</h2>
<p>
The archives from the previous mailing list dealing with v3 may still be of use to you:</p>
<p><a href="http://www.antlr3.org/pipermail/antlr-interest/">http://www.antlr.org/pipermail/antlr-interest/</a></p>
<h2>Official ANTLR IRC</h2>
Channel is called <tt>##antlr</tt> and lives at irc.freenode.org. (Terence
does not listen to this channel)
<p>
<h1>Commercial ANTLR consultants</h1>
<ul>
<li><a href="http://tunnelvisionlabs.com/">Sam Harwell</a>
</ul>
</div><!--/content-->
<div id="sidebar">
<script src="scripts/leftnav.js"></script>
</div><!--/sidebar-->
</div><!--/main-->
</div><!--/container-->
<div class="clear"><!--necessary nudge--></div>
</div><!--/wrapper-->
<footer>
<script src="scripts/bottomnav.js"></script>
</footer>
<script src="scripts/functions.js"></script>
</body>
</html>