[Haskell-cafe] Overlaping Parsec rules

Stephen Tetley stephen.tetley at gmail.com
Mon Mar 7 14:20:49 CET 2011


Hi Klaus

Unless you have very specific white-space considerations, you really
want to be using Parsec's Token and LanguageDef modules.

There are examples in the "legacy" Parsec 2.0 distribution available
from Daan Leijen's old website:
http://legacy.cs.uu.nl/daan/parsec.html

Best wishes

Stephen



More information about the Haskell-Cafe mailing list