mirror of
https://github.com/zaphar/abortable_parser.git
synced 2025-07-21 20:29:49 -04:00
4 lines
315 B
Markdown
4 lines
315 B
Markdown
# 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. |