Perchance Rust library
Go to file
xenofem dab6774a47 correctly parse grammars that don't have a final newline 2020-06-20 04:28:20 -04:00
src correctly parse grammars that don't have a final newline 2020-06-20 04:28:20 -04:00
.gitignore Initial commit 2020-06-18 19:38:55 -04:00
Cargo.toml correctly parse grammars that don't have a final newline 2020-06-20 04:28:20 -04:00
README.md Add parser 2020-06-19 01:39:08 -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