[Haskell-cafe] Parsing Haskell

John A. De Goes john at n-brain.net
Fri Nov 6 10:17:38 EST 2009


You need a bottom-up parser to do fragment parsing. I'm not sure one  
exists for Haskell.

Regards,

John A. De Goes
N-Brain, Inc.
The Evolution of Collaboration

http://www.n-brain.net    |    877-376-2724 x 101

On Nov 6, 2009, at 7:49 AM, 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