(find-open-sexp-end tokens pos)
(find-open-sexp-end tokens pos final-delim-pred)
(find-open-sexp-start tokens pos)
(find-open-sexp-start tokens pos final-delim-pred)
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close