2009/4/1 Daniel Lincke <daniel.lin...@pik-potsdam.de>:
> Hi Haskellers,
>
> I am looking for a parser which can parse Haskell code and build an
> syntax tree out of it. The syntax tree should be storable in some
> reasonable file format in order to use it as an input for applications
> like programm transformation systems.
> Is there something like this available? The Haskell compiler ghc and the
> interpreter hugs also have to do parsing, is there a possibility to
> 'abuse' them as parsers?

Have a look at 
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts

Thu
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to