aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-10-15 12:05:59 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-10-15 12:05:59 -0500
commitd7cab141ded72d0bfdf69cebb194fc5658497420 (patch)
tree5f2c0908198197656f1f1073c117989d6b67f683 /index.html
parent49796dafe6f7ad30af984822891f4486a6363f22 (diff)
Made a debug page for the nontrivial/trivial list and improved code evaluation
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e352507
--- /dev/null
+++ b/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>