• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H10-Aug-2017-2817

cdg/H10-Aug-2017-232100

cdg.egg-info/H03-May-2022-1211

LICENSEH A D14-Jun-201711.1 KiB202169

MANIFEST.inH A D10-Aug-201739 21

PKG-INFOH A D10-Aug-2017318 1211

README.rstH A D09-Aug-2017466 1310

setup.cfgH A D10-Aug-201738 53

setup.pyH A D10-Aug-20171.2 KiB3819

README.rst

1*******
2py-cdg
3*******
4
5This is a library for working with (language-agnostic)
6control- and data-flow graphs.
7
8Although it doesn't (yet) look like much, the long-term goal of this project is
9to provide a language-agnostic data format for describing control-flow graphs
10(including callgraphs) and data-flow graphs as an intermediate representation
11between language-facing tools like LLVM and user-facing tools like Cytoscape,
12Dot and (maybe someday) a better cscope.
13