JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 0773b69..e181c22 100644 (file)
@@ -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");