Hi all,
I have implemented scripting functionality to my application using qtScript module. Its working fine when i execute complete application. Now i need to provide a compiler/interpreter for script. Means i need to provide a Compile button with script editor and it need to check all syntax and semantics of script written by user before actual execution of script. please let me know if anyone have any idea to achieve this...