https://github.com/lightandlight/sage
Efficient parser combinators for Haskell
https://github.com/lightandlight/sage
Last synced: about 1 year ago
JSON representation
Efficient parser combinators for Haskell
- Host: GitHub
- URL: https://github.com/lightandlight/sage
- Owner: LightAndLight
- Created: 2020-06-08T07:35:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-31T06:32:14.000Z (about 1 year ago)
- Last Synced: 2025-05-31T17:14:44.975Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 111 KB
- Stars: 39
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# sage
Efficient parser combinators for modern Haskell.
Sage is about 10% faster and twice as memory-efficient as Attoparsec.
Inspired by Ed Kmett's [parsnip](https://github.com/ekmett/codex/tree/master/parsnip) parser,
which for some reason I thought was called 'parsley'. (I don't care for root vegetable puns)