Variable: parseclj-lex--leaf-tokens

parseclj-lex--leaf-tokens is a variable defined in parseclj-lex.el.

Value

(:whitespace :comment :symbolic-value :number :nil :true :false :symbol :keyword :string :regex :character)

Documentation

Types of tokens that represent leaf nodes in the AST.

Source Code

;; Defined in ~/.emacs.d/elpa/parseclj-20231203.1905/parseclj-lex.el
(defvar parseclj-lex--leaf-tokens '(:whitespace
                                    :comment
                                    :symbolic-value
                                    :number
                                    :nil
                                    :true
                                    :false
                                    :symbol
                                    :keyword
                                    :string
                                    :regex
                                    :character)
  "Types of tokens that represent leaf nodes in the AST.")