Any traditional (binary) Tree, described by a set of production rules, for example


Start → a, b

a → 'p'

b → c, d

c → 'r'

d → 'e'