This package contains tools for parsing source code into annotated json data structure: we extracted import statements, global assignments, top-level methods, classes, class methods and attributes, ...
jfiveparse pass all the non-scripted tests for the tokenizer and tree construction from the html5lib-tests suite. It provides both fragment and full document parsing. It can parse directly from a ...