Liking cljdoc? Tell your friends :D

rebel-readline.clojure.sexp


blank-at-position?clj

(blank-at-position? s pos)
source

closersclj

source

count-leading-white-spaceclj

(count-leading-white-space s)
source

delim-key->delimclj

source

delimsclj

source

delims-outward-from-posclj

(delims-outward-from-pos tokens pos)
source

end-scanclj

source

find-open-sexp-endclj

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

find-open-sexp-endsclj

(find-open-sexp-ends tokens pos)
source

find-open-sexp-startclj

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

find-open-sexp-startsclj

(find-open-sexp-starts tokens pos)
source

first-non-whitespace-char-backwards-fromclj

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

flip-delimiter-charclj

source

flip-itclj

source

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

in-line-comment?clj

(in-line-comment? tokens pos)
source

in-non-interp-bounds?clj

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

in-quote?clj

(in-quote? tokens pos)
source

non-interp-boundsclj

(non-interp-bounds code-str)
source

openersclj

source

position-in-range?clj

(position-in-range? s pos)
source

scan-back-fromclj

(scan-back-from pred s pos)
source

scan-builderclj

(scan-builder open-test close-test)
source

search-for-line-startclj

(search-for-line-start s pos)
source

sexp-ending-at-positionclj

(sexp-ending-at-position s pos)
source

sexp-or-word-ending-at-positionclj

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

start-scanclj

source

valid-sexp-from-pointclj

(valid-sexp-from-point s pos)
source

whitespace?clj

(whitespace? c)
source

word-at-positionclj

(word-at-position s pos)
source

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

× close