Safe Haskell | None |
---|---|
Language | GHC2024 |
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) |
---|---|
parse | parseBack |
parseOnly | parseOnlyBack |
Documentation
module Data.Attoparsec.ByteString