module Temple::Mixins::GrammarDSL

def validate!(exp)

def validate!(exp)
  const_get(:Expression).validate!(exp)
end