Perchance Rust library
Go to file
xenofem 36e33d59cb Add probability weighting 2020-06-18 21:21:39 -04:00
src Add probability weighting 2020-06-18 21:21:39 -04:00
.gitignore Initial commit 2020-06-18 19:38:55 -04:00
Cargo.toml Implement Perchance grammar evaluation with basic lists 2020-06-18 21:00:42 -04:00
README.md Add probability weighting 2020-06-18 21:21:39 -04:00

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