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