-
Notifications
You must be signed in to change notification settings - Fork 6
/
credits.html
121 lines (81 loc) · 4.25 KB
/
credits.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
<!doctype html>
<!--[if lt IE 9]><html class="ie"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<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</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/st.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" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1024344-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</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>Credits</h1>
<p>
<a href="https://www.cs.usfca.edu/~parrt">Terence Parr</a><br>
Project Lead and Supreme Dictator for Life. Professor at the University of San Francisco.
<p>
<b>Tom Burns</b>. Co-designer.
<p>
v4 Ports: Sam Harwell C#, Benjamin Niemann Python, Alan Condit Objective-C.
<p>
v3 stuff: I would like to acknowledge the authors of the ST C# port, Michael Jordan and Kunle Odutola, and the authors of ST Python port, Marq Kole and Luis Leal. Jim Idle co-designed the group interfaces. Ric Klaren co-designed template regions. John Snyders provided a useful implementation of the format option and sends in awesome bug fixes. Caleb Lyness fixed the tests to work properly on windows. John Mitchell, Loring Craymer, Monty Zukowski, Matthew Ford, and Sriram Srinivasan have provided very useful feedback and lots of ideas as have the many ST and ANTLR users.
<br>
<h2>Software Support</h2>
<a href="https://www.yourkit.com/java/profiler/index.jsp"><img align=right src="images/yourkit.gif" width=120></a>
<b>YourKit</b> is kindly supporting open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products:
<a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
<a href="https://www.yourkit.com/dotnet/index.jsp">YourKit .NET Profiler</a>.
<br><br>
<img align=right src="images/atlassian.gif" width=120>
<b>Atlassian</b> <a href="http://www.atlassian.com">Confluence wiki</a>.<br><br><br>
<h2>Infrastructure</h2>
<b>University of San Francisco</b>. Internet pipe. Nice office for
supreme dictator Terence overlooking the Pacific Ocean.<br>
</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>