Skip to content

right-to-left parser mode #230

Description

@yaitskov

Hi,

I made attoparsec to parse backward.

API is highly compatible thanks to type family and new type parameter of Parser.
With (>*<) operator parser can be onmidirected!

module Data.Attoparsec.ByteString.Char8
-- ...
scientifically :: MonoidalParser d => (Scientific -> a) -> DirParser d a

https://github.com/yaitskov/attoparsec-monoidal

What do you think about merging?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions