comparison 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
comparison
equal deleted inserted replaced
5:ed5b563147ec 6:554602d4cbc6
6 <script src="mquery.js"></script> 6 <script src="mquery.js"></script>
7 <script src="parser.js"></script> 7 <script src="parser.js"></script>
8 </head> 8 </head>
9 <body style="height: 100%"> 9 <body style="height: 100%">
10 <textarea style="width: 90%; height: 50%; display: block; margin: 0 auto;"></textarea> 10 <textarea style="width: 90%; height: 50%; display: block; margin: 0 auto;"></textarea>
11 <input type="button" value="Parse!" style="width: 90%;display: block; margin: 0 auto;"> 11 <input id="parse" type="button" value="Parse!" style="width: 90%;display: block; margin: 0 auto;">
12 <div> 12 <input id="tojs" type="button" value="To Javascript!" style="width: 90%;display: block; margin: 0 auto;">
13 </div> 13 <input id="run" type="button" value="Run!" style="width: 90%;display: block; margin: 0 auto;">
14 <pre>
15 </pre>
14 </body> 16 </body>
15 </html> 17 </html>