Function: parseclj-lex-token-form

parseclj-lex-token-form is a byte-compiled function defined in parseclj-lex.el.

Signature

(parseclj-lex-token-form TOKEN)

Documentation

Get the form of TOKEN.

Source Code

;; Defined in ~/.emacs.d/elpa/parseclj-20231203.1905/parseclj-lex.el
(defun parseclj-lex-token-form (token)
  "Get the form of TOKEN."
  (and (consp token)
       (cdr (assq :form token))))