Hacker News new | ask | show | jobs
by Uehreka 4331 days ago
Just a heads up, analyzing the structure of code without running it is called static analysis. If you're going to continue working on this, you may want to look into using a parser like Esprima (http://esprima.org/).
1 comments

Thanks :)