parsy

Crates.ioparsy
lib.rsparsy
version0.7.1
sourcesrc
created_at2023-03-29 19:02:20.513732
updated_at2024-05-29 14:01:04.286033
descriptionAn easy-to-use, efficient parser combinators library
homepage
repositoryhttps://github.com/ClementNerma/Parsy
max_upload_size
id824303
size81,589
Clément Nerma (ClementNerma)

documentation

README

Parsy

A parsing combinator library, originally inspired by chumsky.

It aims to provide a simple yet elegant way to combine small parsers to parse anything from small formats to full-fledged programming languages.

Tutorial still in writing

You can find examples in the examples and tests directories.

Commit count: 87

cargo fmt