You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 2 years ago |
README.md
Purrchance
Purrchance is an unofficial Rust implementation of the Perchance 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