[Haskell] Parsing Haskell?

Valery V. Vorotyntsev valery.vv at gmail.com
Wed Apr 1 11:15:24 EDT 2009


On Wed, Apr 1, 2009 at 5:31 PM, Daniel Lincke
<daniel.lincke at pik-potsdam.de> wrote:
> 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?

Hello, Daniel.

This is not a proper mailing list for your question. Consider asking
`haskell-cafe' [http://haskell.org/mailman/listinfo/haskell-cafe].
(`haskell' list is mostly for announcements.)

Thank you and good luck!

--
vvv


More information about the Haskell mailing list