[Haskell-beginners] Parsing an integer
Stephen Tetley
stephen.tetley at gmail.com
Mon Nov 22 03:12:38 EST 2010
On 22 November 2010 02:59, Lyndon Maydwell <maydwell at gmail.com> wrote:
> I've found that the token library imposes conventions on whitespace
> that make it difficult to use in many cases.
True - as it can't be made to differentiate between newline and other
whitespace it does make writing line oriented parsers difficult. I
tend to write my own cut down version of the token modules at that
point.
More information about the Beginners
mailing list