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