This is a TypeChef parser for jQAssistant.
It enables jQAssistant to scan and to analyze C AST files that were generated by Typechef.
To generate the AST files call the TypeChef jar
with the parameter --serializeToXML
.
Download the jQAssistant command line tool for your system: jQAssistant - Get Started.
Next download the latest version from the release tab. Put the jqa-typechef-plugin-*.jar
into the plugins folder
of the jQAssistant commandline tool.
Now scan your files and wait for the plugin to finish:
jqassistant.sh scan -f <AST-file>
You can then start a local Neo4j server to start querying the database at http://localhost:7474:
jqassistant.sh server