Skip to content

SCANL/function_information_gatherer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

function_information_gatherer

Before compiling, you need to install:

  • Cmake (tested on 3.5)
  • libxml2-dev

To compile the C++ script, do the following in the root (i.e., project) directory:

  • mkdir build
  • cd build
  • cmake ..
  • make (consider using -j3 to make it go faster)

Once it is compiled, you should have an executable in the build/bin folder.

Run with: ./gather_function_data (file name)

Where file name is a srcML archive (code that has been run through srcML).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published