generators.ET0LTreeGrammar:
( { S },
  { H:6, sq:0 },
  {
    {
      S -> H[S,S,S,S,S,S]
    },
    {
      S -> sq
    }
  },
  S
)
