Variable: *EXPANDER-MACROS*

Documentation

Hash table mapping expander macros to theri macre functions.

Source

(defvar *expander-macros* (make-hash-table :test 'eql)
  "Hash table mapping expander macros to theri macre functions.")
Source Context