#parser-combinator #nom #language #pattern #grammar #focused

nom-language

Language parsing focused combinators for the nom parser library

3 unstable releases

0.1.0 Jan 26, 2025
0.1.0-alpha.1 Dec 8, 2024
0.0.1 Dec 8, 2024

#82 in Parser tooling

Download history 221/week @ 2024-12-06 24/week @ 2024-12-13 2/week @ 2025-01-03 5/week @ 2025-01-10 287/week @ 2025-01-24 1401/week @ 2025-01-31 1399/week @ 2025-02-07

3,088 downloads per month
Used in 17 crates (11 directly)

MIT license

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.

Dependencies