Skip to content

Latest commit

 

History

History
You can run JavaScript Analyser on command line where first parameter is the name of your JavaScript souce file. 
Example: JavaScriptAnalyzer "testProgram.js"

If analysis succeed, three files will appear in the same folder:
1. outputXML.xml - abstract syntax tree as an XML document
2. results.xml - analysis results
3. report.html - HTML report concluding analysis results