1 Apr
2009
1 Apr
'09
2:35 p.m.
2009/4/1 Daniel Lincke <daniel.lincke@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