purrchance/README.md
2020-06-18 19:23:05 -04:00

23 lines
571 B
Markdown

# perchance-rs
perchance-rs is a Rust implementation of the
[Perchance](https://perchance.org/) grammar engine.
## Features I might implement eventually
- [ ] Parsing grammars from text format
- [ ] Basic lists
- [ ] 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)