From: Alan Knowles Date: Mon, 22 Aug 2011 10:12:28 +0000 (+0800) Subject: rconv.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=05cc496dadd0d0a41cd56f3fd3c7267b7c44e686 rconv.js --- diff --git a/rconv.js b/rconv.js index 26a7ffa..eb140f6 100644 --- a/rconv.js +++ b/rconv.js @@ -41,7 +41,7 @@ var toks = tr.tokenize(new TextStream(str)); var rf = new RooFile(toks); -print(JSON.stringify(df.tokens, null,4)); +print(JSON.stringify(rf.tokens, null,4)); rf.parse(); print(JSON.stringify(rf.cfg, null,4)); \ No newline at end of file