#parser-combinator #framework #language

parserc

Rust parser combinator framework for small languages

3 unstable releases

new 0.3.1 Feb 22, 2025
0.3.0 Feb 19, 2025
0.1.1 Nov 1, 2024

#47 in #parser-combinator


Used in 2 crates

MIT license

29KB
800 lines

parserc

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