An open API service indexing awesome lists of open source software.

https://github.com/zaphar/abortable_parser

A parser combinator library with error handling as a first class citizen.
https://github.com/zaphar/abortable_parser

Last synced: over 1 year ago
JSON representation

A parser combinator library with error handling as a first class citizen.

Awesome Lists containing this project

README

          

# 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.