comparison jsparser.html @ 10:8de776b8ed31

made the demo work on the web instead of the command line.
author Atul Varma <varmaa@toolness.com>
date Sat, 30 May 2009 16:08:25 -0700
parents
children 49145e1db3e5
comparison
equal deleted inserted replaced
9:bc6f30e0f948 10:8de776b8ed31
1 <html>
2 <head>
3 <title>jsparser demo</title>
4 </head>
5 <body>
6 <p>Input</p>
7 <pre class="input">
8 5+(1-3) * 4+
9 -4
10 </pre>
11 <p>Output</p>
12 <pre class="output"></pre>
13 </body>
14 <script src="jquery.js"></script>
15 <script src="jsparser.js"></script>
16 <script src="parser-demo.js"></script>
17 </html>