textwheel


a text generator engine

  1. A set of rules (preg match/replace) to apply in sequence to a text. Rules can be described in a friendly format (e.g. YAML).
  2. An engine that applies the rules to a text.

As the text generator logic is separated from its procedure we will be able to do cross-language text generators, unit tests, performance measures, application analysis, and more.

Project Information