CANVE / extractor

Extracts and normalizes the type relationships and call graph of scala sbt projects.
4 stars 1 forks source link

fix up and build up on top paths finder algorithm - for better unit tests of compiler plugin #5

Open matanox opened 8 years ago

matanox commented 8 years ago

The algorithm for finding acceptable paths between two nodes and its usage in the compiler plugin's unit test code need to be stepped up into better shape:

Also explore tail recursion to justify the recursive implementation...