aboutsummaryrefslogtreecommitdiff
path: root/evaluation test/index.html
blob: e352507873300d3af449cb995504f62dbcacaa6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>

<head>
</head>
<body>
	<script src="test_bundle.js"></script>

This page allows us to test Acorn and it isn't slow and terrible like websites that do the same thing 

<br><br><br>

<textarea id="input" rows="4" cols="50"></textarea> 
<br>
<input id="parse" type="button" value="Parse"></input>
<br>
<pre id="output"></pre>

</body>