Mercurial > jsparser
diff jsparser.html @ 11:49145e1db3e5
added an interactive tokenization display.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 30 May 2009 16:38:20 -0700 |
parents | 8de776b8ed31 |
children | 1b7ea033b3f6 |
line wrap: on
line diff
--- a/jsparser.html Sat May 30 16:08:25 2009 -0700 +++ b/jsparser.html Sat May 30 16:38:20 2009 -0700 @@ -1,5 +1,7 @@ <html> <head> + <link rel="stylesheet" type="text/css" media="all" + href="jsparser.css" /> <title>jsparser demo</title> </head> <body> @@ -8,8 +10,10 @@ 5+(1-3) * 4+ -4 </pre> -<p>Output</p> -<pre class="output"></pre> +<p>Tokenization</p> +<pre class="tokenization"></pre> +<p>Parse Tree</p> +<pre class="parse-tree"></pre> </body> <script src="jquery.js"></script> <script src="jsparser.js"></script>