abortable_parser/README.md

4 lines
315 B
Markdown
Raw Normal View History

2018-09-12 21:00:03 -05:00
# Abortable Parser
2018-10-09 20:33:36 -05:00
[![Build Status](https://travis-ci.org/zaphar/abortable_parser.svg?branch=master)](https://travis-ci.org/zaphar/abortable_parser)
2018-09-12 21:00:03 -05:00
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.