Abstract
Despite the long list of publications on parser combinators, there does
not yet exist a monadic parser combinator library that is applicable in real
world situations. In particular naive implementations of parser combinators
are likely to suffer from space leaks and are often unable to report
precise error messages in case of parse errors.
... read more