SourceGraph
SourceGraph copied to clipboard
GHC API
Have you looked at using the GHC API to do the name resolution for you? Do you think this would be difficult to do?
I haven't actively developed SourceGraph in some time, but that' sin part because I wanted to get a general graph library developed first with the intent of being able to use either haskell-src-exts or GHC API directly.
There is the matter of available time though... :s
Patches are accepted though!