generators.ET0LTreeGrammar:
( { S, A },
  { F:2, G:1, S:0, A:0 },
  {
    {
      S -> F[A,S],
      A -> G[A]
    }
  },
  S
)
