(defmacro def-matcher-macro (name args &body body) `(progn (setf (get-match-handler ',name) (lambda ,args (%make-matcher (progn ,@body)))) ',name))