Liking cljdoc? Tell your friends :D

std.block.heal.parse


count-unescaped-quotesclj

(count-unescaped-quotes s)

counting unescaped quotes in a line

counting unescaped quotes in a line
raw docstring

is-balancedclj

(is-balanced delimiters)

checks if parens are balanced

checks if parens are balanced
raw docstring

is-close-heavyclj

(is-close-heavy delimiters)

checks if parens are close heavy

checks if parens are close heavy
raw docstring

is-open-heavyclj

(is-open-heavy delimiters)

checks if open delimiters dominate

checks if open delimiters dominate
raw docstring

is-readableclj

(is-readable delimiters)

checks if parens are readable

checks if parens are readable
raw docstring

lu-closeclj


lu-openclj


make-delimiter-index-luclj

(make-delimiter-index-lu delimiters)

creates the index lookup

creates the index lookup
raw docstring

make-delimiter-line-luclj

(make-delimiter-line-lu delimiters)

creates a line lu

creates a line lu
raw docstring

pair-delimitersclj

(pair-delimiters delimiters)

pairs the delimiters and annotates whether it's erroring

pairs the delimiters and annotates whether it's erroring
raw docstring

parseclj

(parse content)

creates a parse function

creates a parse function
raw docstring

parse-delimitersclj

(parse-delimiters content)

gets all the delimiters in the file

gets all the delimiters in the file
raw docstring

parse-linesclj

(parse-lines content)

parse lines

parse lines
raw docstring

parse-lines-rawclj

(parse-lines-raw lines)

(print-delimiters content
                  delimiters
                  &
                  [{:keys [line-numbers print-blank-carets]
                    :or {pad-width 4 print-blank-carets true}}])

prints all the parsed carets

prints all the parsed carets
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close