On Wed, Apr 1, 2009 at 5:31 PM, Daniel Lincke <[email protected]> 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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
