Summary:
Locally, static_analyzer seems to work on the test assembly files, but not on some repositories which contain them.
Proposed solution(s):
- Roll all tokens into one JSON file.
Issue(s): right now, files are determined by a mapping of extension -> language. Since some assembly files can have the same extension but be two different languages, this presents a significant refactoring challenge for one person.
Additionally, the token designations for the low level assembly need to be revisited.