rconv.js
[gnome.introspection-doc-generator] / rconv.js
index 7eaab7d..fa8c46c 100644 (file)
--- a/rconv.js
+++ b/rconv.js
@@ -44,4 +44,7 @@ var rf = new RooFile(toks);
 //print(JSON.stringify(rf.tokens, null,4));
 rf.parse();
 
-print(JSON.stringify(rf.cfg, null,4));
\ No newline at end of file
+print(JSON.stringify(rf.cfg, null,4));
+
+print(File.read(args[0].replace(/\.js/,'.bjs')));
+