srcMLtoken transcodes the output of srcML (www.srcml.org) to a tokenized view that can be used by Cregit.
srcml must be installed and in the PATH (www.srcml.org)
The input of srml2token is the output of srcml. srml2token takes no parameters, and it reads its input from stdin and writes to stdout.
srcml -l C --position <filename> | srcml2tokenIt requires xerces to be installed. Simply run:
make- Create a
cmakeconfiguration file.
The code is mostly derived from the examples of Xerces, hence it is under the Apache-2.0
Dependencies:
xerces: Apache-2.0