view 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
line wrap: on
line source

<html>
<head>
  <title>jsparser demo</title>
</head>
<body>
<p>Input</p>
<pre class="input">
5+(1-3) * 4+       
     -4
</pre>
<p>Output</p>
<pre class="output"></pre>
</body>
<script src="jquery.js"></script>
<script src="jsparser.js"></script>
<script src="parser-demo.js"></script>
</html>