pack.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 06:03:23 +0000 (14:03 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 06:03:23 +0000 (14:03 +0800)
pack.js

diff --git a/pack.js b/pack.js
index 017b3bc..bdd5734 100755 (executable)
--- a/pack.js
+++ b/pack.js
@@ -19,7 +19,7 @@ function pack(str)
     var tr = new  TokenReader(  { keepDocs :true, keepWhite : true,  keepComments : true, sepIdents : true });
     var toks = tr.tokenize(new TextStream(str) ); // dont merge xxx + . + yyyy etc.
     var ts = new   TokenStream(toks);
-    ts.dump();
+   // ts.dump();
     var sp = new  ScopeParser(ts);
     sp.buildSymbolTree();
     sp.mungeSymboltree();