class Temple::Mixins::GrammarDSL::Rule

def match?(exp)

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