# Purrchance Purrchance is an unofficial Rust implementation of the [Perchance](https://perchance.org/) grammar engine. ## Features I might implement eventually - [x] Parsing grammars from text format - [x] Basic lists - [x] Probability weights - [ ] Single-item lists - [ ] Escape sequences - [ ] Shorthand lists - [ ] Properties - [ ] Variables - [ ] Executing multiple actions - [ ] Hierarchical lists - [ ] `||` operator ## Features I probably won't implement - Imports - Anything else that isn't covered in [the Perchance basic tutorial](https://perchance.org/tutorial)