Crates.io | ripeg |
lib.rs | ripeg |
version | 0.1.3 |
source | src |
created_at | 2022-03-19 14:42:58.583741 |
updated_at | 2022-04-10 14:39:30.140849 |
description | Incremental PEG parser Rust library |
homepage | https://lwandrebeck.github.io/ripeg/ |
repository | https://github.com/lwandrebeck/ripeg |
max_upload_size | |
id | 553197 |
size | 75,240 |
Incremental packrat Parsing Expression Grammar in Rust
This project intends to be a Rust port of https://github.com/zyedidia/gpeg/ which is itself inspired by http://www.inf.puc-rio.br/~roberto/lpeg/. Related research publications about incremental PEG are https://zyedidia.github.io/notes/yedidia_thesis.pdf and https://zyedidia.github.io/preprints/gpeg_sle21.pdf
PRs are more than welcome, I’d like a lot this project not to be a one-random-guy work. Please read Contributing
Please follow the CoC from rust-lang. I’ll be glad if I can avoid any kind of moderation, I have better to do with my time, thanks !
A first part of code has been ported, but you definitely can't use that crate yet.