[Haskell-cafe] Haskell Parse Tree

JP Moresmau jpmoresmau at gmail.com
Tue Dec 21 13:06:03 CET 2010


Also, Scion is a library that wraps the GHC API. It already provides things
like search at location and retrieving the high level "interesting" elements
for an outline. See http://code.google.com/p/scion-lib/ and
https://github.com/JPMoresmau/scion (the outline code is only in the second
repo).

<https://github.com/JPMoresmau/scion>--
JP Moresmau
http://jpmoresmau.blogspot.com/

On Tue, Dec 21, 2010 at 10:35 AM, Serguey Zefirov <sergueyz at gmail.com>wrote:

> 2010/12/21 Jane Ren <j2ren at ucsd.edu>:
> > Does anyone know how to get the parse tree of a piece of Haskell code?
> > Any recommended documentation?
>
> ghc as a library?
>
> http://www.haskell.org/haskellwiki/GHC/As_a_library
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20101221/47e751c4/attachment.htm>


More information about the Haskell-Cafe mailing list