From: alan Date: Mon, 19 Apr 2010 06:03:23 +0000 (+0800) Subject: pack.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f5443aa74aa4ec744692848653f3f625f7efc77f pack.js --- diff --git a/pack.js b/pack.js index 017b3bc..bdd5734 100755 --- 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();