"Herman Graal" <[EMAIL PROTECTED]> wrote, > Is there any good alternatives to having to "sprinkle" whitespace parsers all over a >parser implemented with parser combinators? > > It kind of decreases the readability... ;-) > > I'm interested in any ideas. Would like a full picture of the different solutions >out there? > > Are people actually doing both lexing and parsing in the same framework? If so, how >do you handle whitespace?
http://www.cse.unsw.edu.au/~chak/haskell/ctk/index.html#CTKlight includes both lexer and parser combinators. Cheers, Manuel _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
