comparison testparse.html @ 0:3d1b8e96f5dc

Initial commit
author Mike Pavone <pavone@retrodev.com>
date Sun, 18 Mar 2012 12:03:04 -0700
parents
children 4a4bb90fb298
comparison
equal deleted inserted replaced
-1:000000000000 0:3d1b8e96f5dc
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Parser Test</title>
5 <script src="peg.js"></script>
6 <script src="mquery.js"></script>
7 <script src="parser.js"></script>
8 </head>
9 <body>
10 <textarea></textarea>
11 <input type="button" value="Parse!">
12 <div>
13 </div>
14 </body>
15 </html>