PDA

View Full Version : Parsing tree of QtScript



NoRulez
25th March 2010, 09:33
Hello @all,

i want to implement an own javascript parser. For this purpose i've looked into the sources of the Qt Creator/QtScriptEditor. I found the javascript parser, but in didn't find a function/method to get the parser tree. Do anybody know where i must look, or has any tips to solve this problem?

Best Regards
NoRulez

NoRulez
6th April 2010, 14:16
Did anybody know a way for JavaScript to implement a class similar to QXmlStreamReader.

LG NoRulez