mustache icon indicating copy to clipboard operation
mustache copied to clipboard

Parsing with attoparsec

Open JustusAdam opened this issue 8 years ago • 1 comments

There is an experimental branch which uses attoparsec instead of parsec.

It type checks but does not succeed the tests yet.

It'd be nice to fix it and then compare it to the parsec parser.

JustusAdam avatar Jan 08 '16 08:01 JustusAdam

Take a look at Megaparsec too: https://hackage.haskell.org/package/megaparsec. Switching from Parsec to Megaparsec is almost mechanic. Here is the site: https://mrkkrp.github.io/megaparsec/.

mrkkrp avatar Jun 16 '16 10:06 mrkkrp