class Temple::Mixins::GrammarDSL::Root

def match?(exp)

def match?(exp)
  match(exp, [])
end