@hackage parsley2.0.0.1

A fast parser combinator library backed by Typed Template Haskell

Parsley is a staged selective parser combinator library, which means it does not support monadic operations, and relies on Typed Template Haskell to generate very fast code. Currently there are no error messages but there are plans for this in the works.

Based on the work found in Staged Selective Parser Combinators (Willis et al. 2020)