generators.ET0LTreeGrammar:
( {S},
  {F:4, tri:0,empty:0},
  {
    {
      S -> F[S,S,S,S]
    },
    {
      S -> tri
    }
  },
  S
)
