SBT project which uses macro paradise to demonstrate getting the necessary data for producing a call graph of a scala 2.11 project.
In this working prototype, the scala project to produce data for, is simply a project contained within this repo.
Usage: sbt run
.
Development:
Use ~ ;clean ;run
if you work on the code
Huge thanks to the template at https://github.com/scalamacros/sbt-example-paradise from which this was initially forked, and to https://github.com/dk14.