Mercurial > jsparser
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jsparser.html Sat May 30 16:08:25 2009 -0700 @@ -0,0 +1,17 @@ +<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>