-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathestree-converter.html
55 lines (43 loc) · 1.5 KB
/
estree-converter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Shift-ESTree Converter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/ribbon.css" rel="stylesheet">
<link href="css/css.css" rel="stylesheet">
</head>
<body>
<div class="ribbon-container right">
<div class="ribbon">
<a href="/~https://github.com/shapesecurity/shift-spidermonkey-converter-js" target="_blank">Fork me on GitHub</a>
</div>
</div>
<div class="container">
<div class="content">
<div class="masthead">
<h3><a href="./index.html" class="muted hub-link">part of the Shift suite</a></h3>
</div>
<div class="jumbotron">
<h1><span class="shift">Shift</span>-ESTree Converter</h1>
<p class="lead">
converts an ECMAScript program between its Shift and ESTree representations
</p>
</div>
<hr />
<p class="text-center">
<img src="//mediaserver.pulse2.com/wp-content/uploads/2012/12/Under_construction.jpg" alt="Under Construction" />
</p>
</div>
<hr />
<div class="footer">
<p>© Shape Security, Inc.</p>
</div>
</div>
</body>
</html>