abortable_parser 0.2.3

A parser combinator library with an emphasis on error handling
Documentation
1
2
3
4
# Abortable Parser
[![Build Status](https://travis-ci.org/zaphar/abortable_parser.svg?branch=master)](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.