attoparsec-isotropic
Safe HaskellNone
LanguageGHC2024

Data.Attoparsec

Description

Parser combinators usually are omnidirected and direction is defined via a top runner function:

Left-to-Right (classic)Right-to-Left (reverse)
parseparseBack
parseOnlyparseOnlyBack

Documentation