diff testparse.html @ 6:554602d4cbc6

Javascript compiler backend
author Mike Pavone <pavone@retrodev.com>
date Wed, 21 Mar 2012 08:42:12 -0700
parents 4a4bb90fb298
children 04ae32e91598
line wrap: on
line diff
--- a/testparse.html	Mon Mar 19 23:06:07 2012 -0700
+++ b/testparse.html	Wed Mar 21 08:42:12 2012 -0700
@@ -8,8 +8,10 @@
 </head>
 <body style="height: 100%">
 	<textarea style="width: 90%; height: 50%; display: block; margin: 0 auto;"></textarea>
-	<input type="button" value="Parse!" style="width: 90%;display: block; margin: 0 auto;">
-	<div>
-	</div>
+	<input id="parse" type="button" value="Parse!" style="width: 90%;display: block; margin: 0 auto;">
+	<input id="tojs" type="button" value="To Javascript!" style="width: 90%;display: block; margin: 0 auto;">
+	<input id="run" type="button" value="Run!" style="width: 90%;display: block; margin: 0 auto;">
+	<pre>
+	</pre>
 </body>
 </html>