[Haskell-cafe] Parsing Haskell
S. Doaitse Swierstra
doaitse at swierstra.net
Fri Nov 6 17:03:16 EST 2009
The UHC compiler contains a combinator based Haskell parser from which
you can borrow fragments,
Doaitse Swierstra
On 6 nov 2009, at 15:49, Eric Macaulay wrote:
> 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.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list