WIP for issue #14. Script takes a .js file and uses esprima to generate an AST, where symbol information can be extracted. Currently gets a count of symbols using a list generated from #13, as well as depth and width information (albeit there are bugs associated with the depth).
WIP for issue #14. Script takes a .js file and uses esprima to generate an AST, where symbol information can be extracted. Currently gets a count of symbols using a list generated from #13, as well as depth and width information (albeit there are bugs associated with the depth).