https://github.com/zaphar/abortable_parser
A parser combinator library with error handling as a first class citizen.
https://github.com/zaphar/abortable_parser
Last synced: over 1 year ago
JSON representation
A parser combinator library with error handling as a first class citizen.
- Host: GitHub
- URL: https://github.com/zaphar/abortable_parser
- Owner: zaphar
- License: apache-2.0
- Created: 2018-09-13T01:51:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T23:59:51.000Z (over 4 years ago)
- Last Synced: 2025-02-28T03:59:38.809Z (over 1 year ago)
- Language: Rust
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abortable Parser
[](https://travis-ci.org/zaphar/abortable_parser)
A parser combinator library in rust with an emphasis on error handling. Heavily inspired by [nom](https://github.com/Geal/nom) in it's approach to macro composition.