ivan-m / SourceGraph

Static code analysis using graph-theoretic techniques
GNU General Public License v3.0
27 stars 11 forks source link

updated for ghc 8.4.2; released source code as a library #7

Open hpacheco opened 6 years ago

hpacheco commented 6 years ago

for my own projects it is useful to import some of the of the SourceGraph functions directly, such as , cyclomaticComplexity, instead of running the comand-line tool. I have lazily exported everything under the SourceGraph name domain. Perhaps more care should be taken on that.