Added some analysis to snippets

New script that generates two JSON files with tokenization data about snippets (does not run on Travis). Data can be used for visualizations and possibly creating a complexity index for the snippets.
This commit is contained in:
Angelos Chalaris
2018-06-23 12:38:37 +03:00
parent aab5e0fd74
commit a6e3fcf287
4 changed files with 4993 additions and 0 deletions

View File

@ -31,6 +31,7 @@
"extractor": "node ./scripts/extract.js",
"packager": "node ./scripts/module.js",
"localizer": "node ./scripts/localize.js",
"analyzer": "node ./scripts/analyze.js",
"test": "jest --verbose"
},
"repository": {