An open API service indexing awesome lists of open source software.

https://github.com/willmcpherson2/parss

Multi-pass parsers
https://github.com/willmcpherson2/parss

haskell

Last synced: 10 months ago
JSON representation

Multi-pass parsers

Awesome Lists containing this project

README

          

# Parss

> Multi-pass parsers

Yet another monadic parser combinator library. Check out
[test/Main.hs](test/Main.hs) for a full example.

## Test

```sh
cabal test
cabal repl --with-ghc=doctest
```