standard

Initiators

It's a set of initial segments.

Generator

It's a pattern (a set of vectors) used to replace a segment. To each vector, an action is attached.

Iterations
  • Step 0: Start from the initiators.
  • Step 1: Each segment in the initiators is replaced by the generator.
  • Step 2: Each result segment in step 1 is in turn replaced by the generator.
  • and so on ...