| Crates.io | parsy |
| lib.rs | parsy |
| version | 0.15.8 |
| created_at | 2023-03-29 19:02:20.513732+00 |
| updated_at | 2025-09-21 14:27:57.2912+00 |
| description | An easy-to-use, efficient parser combinators library |
| homepage | |
| repository | https://github.com/ClementNerma/Parsy |
| max_upload_size | |
| id | 824303 |
| size | 108,493 |
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.
You can find a large, real-world example in the ReShell project.