aboutsummaryrefslogtreecommitdiff
path: root/utilities/evaluation test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/evaluation test/index.html')
-rw-r--r--utilities/evaluation test/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/utilities/evaluation test/index.html b/utilities/evaluation test/index.html
new file mode 100644
index 0000000..e352507
--- /dev/null
+++ b/utilities/evaluation test/index.html
@@ -0,0 +1,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>