1 unstable release
Uses old Rust 2015
| 0.12.0 | Mar 5, 2017 |
|---|
#125 in #syn
657 downloads per month
Used in 10 crates
(4 directly)
340KB
9K
SLoC
This module contains a set of exported nom parsers which can be used to
parse custom grammars when used alongside the synom crate.
Internally, syn uses a fork of nom called synom which resolves a
persistent pitfall of using nom to parse Rust by eliminating the
IResult::Incomplete variant. The synom crate should be used instead
of nom when working with the parsers in this module.