generators.regularTreeGrammar:
  ( { S },
    { scale.3333:4, +:1, -:1, F:0 },
    { S -> scale.3333[S, +[S], -[S], S], S -> F weight .3 },
    S )
