generators.ET0LTreeGrammar:
(
  { hex, tri },
  { c:7, cc:13, tri:0, hex:0 },
  {
    {
      tri -> c[hex,tri,tri,tri,tri,tri,tri],
      hex -> cc[hex,tri,tri,tri,tri,tri,tri,hex,hex,hex,hex,hex,hex]
    }
  },
  tri
)
