[Haskell-cafe] Parsing Haskell

Eric Macaulay eeoam at ukfsn.org
Fri Nov 6 09:49:13 EST 2009


Hi all,

I was hoping to use Language.Haskell.Parser to parse fragments of 
Haskell code. However, it appears that one can only use this module 
to parse complete Haskell programs. Is there anyway around this, or 
must I write a Haskell parser from scratch?

Eric M.



More information about the Haskell-Cafe mailing list