[Haskell-cafe] parsing machine-generated natural text

Evan Martin martine at danga.com
Sat May 20 21:25:34 EDT 2006


On 5/21/06, Evan Martin <martine at danga.com> wrote:
> Thanks!  I had looked at using the lexeme parser before but it didn't
> seem like you can make newlines significant.

Upon further consideration I realized that you can mix lexeme-based
parsers with "plain" parsers.  I think I've mostly figured this out.


More information about the Haskell-Cafe mailing list