Skip to content

Latest commit

 

History

History

srcMLtoken

Introduction

srcMLtoken transcodes the output of srcML (www.srcml.org) to a tokenized view that can be used by cregit.

Requirements

How to use

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> | srcml2token

How to build

  • It requires xerces to be installed
  • simply run make
make

  • create a cmake configuration file for it

License

The code is mostly derived from the examples of Xerces, hence it is under the Apache-2.0

  • its dependencies
    • xerces: Apache-2.0