Problem I am trying to parse escape sequences as well as plain characters. Can this be made more succinct? import […]

Problem I’m creating list of Tokens from input [Char] stream using Parsec v3. The definition of Token looks like this: […]

Problem I decided to spend some time working with parsec. I’ve written some code to check for primality and for […]

Problem I’ve written a date parser that parses different types of dates using Parsec. Credit for the original problem goes […]