rulesgen: A SCIgen-inspired program for generating random text matching a grammar

Posted on December 30, 2015 by Aaron Rotenberg
Post tagged: Haskell

rulesgen is a simple Haskell program I wrote that allows you to generate randomized text, similar to SCIgen. You can do all sorts of entertainingly nasty things with it…

Source code and documentation for rulesgen are available on GitHub.