Constructor macro for honsed token-p structures.
Syntax:
(make-honsed-token [:type <type>] [:text <text>])
This is identical to make-token, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-token (&rest args) (std::make-aggregate 'token args '((:type) (:text)) 'make-honsed-token t))