class Temple::Mixins::GrammarDSL::Root

def initialize(grammar, name)

def initialize(grammar, name)
  super(grammar)
  @name = name.to_sym
end