generators.ET0LTreeGrammar("Sierpinski gasket"):
( { G },
  { F:3, sq:0 },
  {
    {
      G -> F[G,G,G]
    },
    {
      G -> sq
    }
  },
  G
)
