diff testparse.html @ 8:04ae32e91598

Move compiler and test page related code out of parser.js
author Mike Pavone <pavone@retrodev.com>
date Wed, 21 Mar 2012 20:33:39 -0700
parents 554602d4cbc6
children 668f533e5284
line wrap: on
line diff
--- a/testparse.html	Wed Mar 21 20:12:12 2012 -0700
+++ b/testparse.html	Wed Mar 21 20:33:39 2012 -0700
@@ -5,6 +5,9 @@
 	<script src="peg.js"></script>
 	<script src="mquery.js"></script>
 	<script src="parser.js"></script>
+	<script src="compiler.js"></script>
+	<script src="jsbackend.js"></script>
+	<script src="testparse.js"></script>
 </head>
 <body style="height: 100%">
 	<textarea style="width: 90%; height: 50%; display: block; margin: 0 auto;"></textarea>