| Crates.io | parlib |
| lib.rs | parlib |
| version | 0.1.1 |
| created_at | 2025-03-19 15:22:45.180152+00 |
| updated_at | 2025-03-19 15:28:54.775727+00 |
| description | A barebones parser combinator library, inspired by Haskells parsec |
| homepage | |
| repository | https://github.com/angelcerveraroldan/parlib |
| max_upload_size | |
| id | 1598139 |
| size | 30,412 |
A very minimal parser combinator library.
These can be seen inside the examples directory.
json parser made with this library. This took about 130 lines (excluding testing)To run any of them, siply run cargo run --example <name>.
Supports parsing of UTF-8 characters, not just ASCII.
Right now you can create (let a, b be types):
At some point it should use this_error, and miette.