Liking cljdoc? Tell your friends :D

rebel-readline.clojure.sexp


blank-at-position?clj

(blank-at-position? s pos)

closersclj


count-leading-white-spaceclj

(count-leading-white-space s)

delim-key->delimclj


delimsclj


delims-outward-from-posclj

(delims-outward-from-pos tokens pos)

end-scanclj


find-open-sexp-endclj

(find-open-sexp-end tokens pos)
(find-open-sexp-end tokens pos final-delim-pred)

find-open-sexp-endsclj

(find-open-sexp-ends tokens pos)

find-open-sexp-startclj

(find-open-sexp-start tokens pos)
(find-open-sexp-start tokens pos final-delim-pred)

find-open-sexp-startsclj

(find-open-sexp-starts tokens pos)

first-non-whitespace-char-backwards-fromclj

(first-non-whitespace-char-backwards-from s pos)

flip-delimiter-charclj


flip-itclj


funcall-wordclj

(funcall-word code-str open-paren-pos)

Given a string with sexps an a position into that string that points to an open paren, return the first token that is the function call word

Given a string with sexps an a position into that string that
points to an open paren, return the first token that is the function
call word
raw docstring

in-line-comment?clj

(in-line-comment? tokens pos)

in-non-interp-bounds?clj

(in-non-interp-bounds? code-str pos)

in-quote?clj

(in-quote? tokens pos)

non-interp-boundsclj

(non-interp-bounds code-str)

openersclj


position-in-range?clj

(position-in-range? s pos)

scan-back-fromclj

(scan-back-from pred s pos)

scan-builderclj

(scan-builder open-test close-test)

search-for-line-startclj

(search-for-line-start s pos)

sexp-ending-at-positionclj

(sexp-ending-at-position s pos)

sexp-or-word-ending-at-positionclj

(sexp-or-word-ending-at-position s pos)

start-scanclj


valid-sexp-from-pointclj

(valid-sexp-from-point s pos)

whitespace?clj

(whitespace? c)

word-at-positionclj

(word-at-position s pos)

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

× close