module Temple::Mixins::GrammarDSL

def match?(exp)

def match?(exp)
  const_get(:Expression).match?(exp)
end