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