haskell / haskell/attoparsec

right-to-left parser mode

Open
#230 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
531
Forks
98
PR merge metrics
No merged PRs in 30d

Description

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!

```haskell
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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.