Hi All,
probably it's due to my lack of experience with this very useful library, but I was not able to find method or a set of methods to validate scripts syntax before running them. Something like this: say we have a file (or even a string) containing the whole script, let us call this file "myscript.jscript", have a method like
engine.Compile("myscript.jscript")
to allow me an anticipated validation of script syntax.
Thank you
probably it's due to my lack of experience with this very useful library, but I was not able to find method or a set of methods to validate scripts syntax before running them. Something like this: say we have a file (or even a string) containing the whole script, let us call this file "myscript.jscript", have a method like
engine.Compile("myscript.jscript")
to allow me an anticipated validation of script syntax.
Thank you