Liking cljdoc? Tell your friends :D

rebel-readline.clojure.tokenizer


character-expclj

source

classname-expclj

source

core-fnsclj

(core-fns)
source

core-fns-expclj

source

core-macro-expclj

source

core-macrosclj

(core-macros)
source

core-varsclj

(core-vars)
source

core-vars-expclj

source

def-with-docclj

source

delimiter-expclj

source

delimiter-exp-minus-metaclj

source

delimiter-exp-minus-quoteclj

source

delimiter-expsclj

source

delimiter-include-fslash-expclj

source

delimitersclj

source

delimsclj

(delims f)
source

dynamic-var-expclj

source

end-line-comment-regexpclj

source

escape-problematic-regex-charsclj

(escape-problematic-regex-chars s)
source

filter-core-var-metaclj

(filter-core-var-meta f)
source

followed-by-delimiterclj

source

function-arg-expclj

source

interop-call-expclj

source

keyword-expclj

source

meta-data-area-expclj

source

meta-data-expclj

source

metadata-name-docs-expclj

source

metadata-name-expclj

source

namespace-expclj

source

namespaced-symbol-expclj

source

non-interp-regexpclj

source

non-interp-word-rexpclj

source

not-delimiter-expclj

source

not-delimiter-or-fslash-expclj

source

not-delimiter-or-period-expclj

source

other-defclj

source

preceeded-by-delimiterclj

source

preceeding-parenclj

source

protocol-def-name-expclj

source

sexp-traversal-rexpclj

source

simple-defclj

source

special-form-expclj

source

special-formsclj

source

string-literalclj

source

string-literal-capture-quotes-bodyclj

source

string-literal-without-quotesclj

source

syntax-token-tagging-rexpclj

source

tag-font-lockclj

(tag-font-lock syntax-str)
source

tag-matchesclj

(tag-matches x regexp & group-styles)
source

tag-non-interpclj

(tag-non-interp code-str)
source

tag-sexp-traversalclj

(tag-sexp-traversal code-str)
source

tag-syntaxclj

(tag-syntax syntax-str)
source

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. 
sourceraw docstring

unterm-string-literalclj

source

unterm-string-literal-capture-quote-bodyclj

source

unterm-string-literal-without-quotesclj

source

vars-to-reg-or-strclj

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

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

× close