module Temple::Mixins::GrammarDSL

def const_missing(name)

def const_missing(name)
  const_set(name, Root.new(self, name))
end