Liking cljdoc? Tell your friends :D

rebel-readline.clojure.tokenizer


character-expclj


classname-expclj


core-fnsclj

(core-fns)

core-fns-expclj


core-macro-expclj


core-macrosclj

(core-macros)

core-varsclj

(core-vars)

core-vars-expclj


def-with-docclj


delimiter-expclj


delimiter-exp-minus-metaclj


delimiter-exp-minus-quoteclj


delimiter-expsclj


delimiter-include-fslash-expclj


delimitersclj


delimsclj

(delims f)

dynamic-var-expclj


end-line-comment-regexpclj


escape-problematic-regex-charsclj

(escape-problematic-regex-chars s)

filter-core-var-metaclj

(filter-core-var-meta f)

followed-by-delimiterclj


function-arg-expclj


interop-call-expclj


keyword-expclj


meta-data-area-expclj


meta-data-expclj


metadata-name-docs-expclj


metadata-name-expclj


namespace-expclj


namespaced-symbol-expclj


non-interp-regexpclj


non-interp-word-rexpclj


not-delimiter-expclj


not-delimiter-or-fslash-expclj


not-delimiter-or-period-expclj


other-defclj


preceeded-by-delimiterclj


preceeding-parenclj


protocol-def-name-expclj


sexp-traversal-rexpclj


simple-defclj


special-form-expclj


special-formsclj


string-literalclj


string-literal-capture-quotes-bodyclj


string-literal-without-quotesclj


syntax-token-tagging-rexpclj


tag-font-lockclj

(tag-font-lock syntax-str)

tag-matchesclj

(tag-matches x regexp & group-styles)

tag-non-interpclj

(tag-non-interp code-str)

tag-sexp-traversalclj

(tag-sexp-traversal code-str)

tag-syntaxclj

(tag-syntax syntax-str)

tag-wordsclj

(tag-words line)

This tokenizes a given string into :end-of-line-comments :string-literals-without-quotes :unterm-string-literal :charater s and the remaining :word s

This allows us to opertate on words that are outside of strings, comments and characters.

This tokenizes a given string into
     :end-of-line-comments
     :string-literals-without-quotes
     :unterm-string-literal
     :charater s
  and the remaining
     :word s

  This allows us to opertate on words that are outside of
strings, comments and characters. 
raw docstring

unterm-string-literalclj


unterm-string-literal-capture-quote-bodyclj


unterm-string-literal-without-quotesclj


vars-to-reg-or-strclj

(vars-to-reg-or-str var-syms)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close