rconv.js
[gnome.introspection-doc-generator] / rconv.js
index 9454c0a..4d5977d 100644 (file)
--- a/rconv.js
+++ b/rconv.js
@@ -2,7 +2,9 @@
  *
  * This is a test file to convert appbuilder style application code
  *  into javascript structures.
- * 
+ *
+ *
+ * Needs to test a while directory convert to-><-from and compare..
  *
  *
  */
@@ -42,8 +44,15 @@ var toks = tr.tokenize(new TextStream(str));
 
 var rf = new RooFile(toks);
 //print(JSON.stringify(rf.tokens, null,4));
+
+
+
 rf.parse();
 
+print("------------ in ------------------");
+print(str);
+print("------------ out ------------------");
+
 print(JSON.stringify(rf.cfg, null,4));
 
 print("------------ was ------------------");