Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-index/contparser
Zero-dependency parsing library for use continuation-based lexers
https://github.com/int-index/contparser
Last synced: 15 days ago
JSON representation
Zero-dependency parsing library for use continuation-based lexers
- Host: GitHub
- URL: https://github.com/int-index/contparser
- Owner: int-index
- License: unlicense
- Created: 2020-08-14T16:02:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T16:03:08.000Z (over 4 years ago)
- Last Synced: 2024-11-07T03:48:46.111Z (2 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ContParse
This is a small, zero-dependency parsing library for use continuation-based
lexers.## Development
```
ghcid examples/LinesAndDots.hs
```