X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=e181c22349793d036e8f89759dab736d2afb9b0e;hb=b8297c9484a0f83dbe148469e8292367ae47fc3b;hp=0773b69db54f662332d925482ef17b3956b3f673;hpb=bc60c7999b73a9c9176d037a2b38fe4d9110556d;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 0773b69..e181c22 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -335,8 +335,9 @@ Packer.prototype = { this.timerPrint("Tokenized"); //var ts = new TokenStream(toks); + print(JSON.stringify(toks, null,4 )); Seed.quit(); var ts = new Collapse(toks); - ts.dump(); Seed.quit(); + // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit(); //return;// var sp = new ScopeParser(ts); this.timerPrint("Converted to Parser");