https://github.com/willmcpherson2/parss
Multi-pass parsers
https://github.com/willmcpherson2/parss
haskell
Last synced: 10 months ago
JSON representation
Multi-pass parsers
- Host: GitHub
- URL: https://github.com/willmcpherson2/parss
- Owner: willmcpherson2
- License: mit
- Created: 2022-03-12T13:01:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T10:02:59.000Z (about 2 years ago)
- Last Synced: 2023-12-31T11:20:41.176Z (about 2 years ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```