[Haskell] Parsing Haskell?

minh thu noteed at gmail.com
Wed Apr 1 10:35:30 EDT 2009


2009/4/1 Daniel Lincke <daniel.lincke at 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


More information about the Haskell mailing list