(rx--atomic-regexp item))))
(apply #'concat exprs)))
+;; Autoloaded because it's referred to by form in loaddefs.el.
+;;;###autoload
(defun rx--to-expr (form)
"Translate the rx-expression FORM to a Lisp expression yielding a regexp."
(let* ((rx--delayed-evaluation t)
;; becomes a problem, we can handle those forms in the ordinary parser,
;; using a dynamic variable for activating the augmented forms.
+;; Autoloaded because it's referred to by form in loaddefs.el.
+;;;###autoload
(defun rx--pcase-transform (rx)
"Transform RX, an rx-expression augmented with `let' and named `backref',
into a plain rx-expression, collecting names into `rx--pcase-vars'."