generators.ET0LTreeGrammar("without delay"):
(
  { tip },
  { fern:3, col:1, col2:1, tip:0 },
  {
    {
      tip -> fern[col2[tip], col[tip], col[tip]]
    }
  },
  tip
)
