abortable_parser/README.md

3 lines
185 B
Markdown
Raw Normal View History

2018-09-12 21:00:03 -05:00
# 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.