#parser-combinator #combinator #parser

abortable_parser

A parser combinator library with an emphasis on error handling

8 releases

0.2.6 Nov 2, 2021
0.2.5 Nov 2, 2021
0.2.4 Apr 29, 2021
0.2.3 Feb 2, 2019
0.1.0 Oct 10, 2018

#150 in Parser tooling


Used in ucg

Apache-2.0

70KB
1.5K SLoC

Abortable Parser

Build Status

A parser combinator library in rust with an emphasis on error handling. Heavily inspired by nom in it's approach to macro composition.

No runtime deps