#parser-combinator #framework #language

parserc

Rust parser combinator framework for small languages

6 releases

Uses new Rust 2024

0.4.2 Feb 26, 2025
0.4.1 Feb 26, 2025
0.3.1 Feb 22, 2025
0.1.1 Nov 1, 2024

#191 in FFI

Download history 2/week @ 2024-12-04 5/week @ 2024-12-11 1/week @ 2025-02-05 386/week @ 2025-02-19 453/week @ 2025-02-26 17/week @ 2025-03-05 31/week @ 2025-03-12

887 downloads per month
Used in 3 crates

MIT license

31KB
843 lines

parserc

CI "Crates.io version" "docs.rs docs"

Yet another parser combinator framework for rust programming language.


lib.rs:

A fast and simple rust parser combinator framework, originally developed for mlang development.

Why develop parserc and not nom:

Dependencies

~0.4–1MB
~23K SLoC