2 unstable releases
0.1.0-alpha.1 | Dec 8, 2024 |
---|---|
0.0.1 | Dec 8, 2024 |
#80 in Parser tooling
245 downloads per month
680KB
14K
SLoC
Langage parsing combinators for the nom parser combinators library
nom is a parser combinator library with a focus on safe parsing, streaming patterns, and zero copy. While nom provides general purpose combinators, this crate is targeted at language parsing.