Perchance Rust library
Go to file
xenofem 9c484e6bc1 Initial commit 2020-06-18 19:38:55 -04:00
src Initial commit 2020-06-18 19:38:55 -04:00
.gitignore Initial commit 2020-06-18 19:38:55 -04:00
Cargo.toml Initial commit 2020-06-18 19:38:55 -04:00
README.md Initial commit 2020-06-18 19:38:55 -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