
30 Nov
2006
30 Nov
'06
10:50 a.m.
Hi Dimitry,
I know there is a Haskell syntax parser around (maybe, more than one). Does anybody know of any utility based on such parser that does things I need, or rather a library on top of the parser? I just would like to avoid reinventing the wheel.
I have a Haskell parser here: http://www.cs.york.ac.uk/fp/darcs/catch/src/Haskell/ - originally from GHC but modified slightly by the Hacle project to work in Hugs and be Haskell 98 (I think). I am also intending to write a Yhc.Parser library, but haven't got round to that yet. Thanks Neil