Liking cljdoc? Tell your friends :D

reply.parsing


node-completed?clj

(node-completed? node)
source

parsed-formsclj

(parsed-forms options)
(parsed-forms next-text {:keys [request-exit text-so-far] :as options})

Requires the following options:

  • request-exit: the value to return on completion/EOF
  • read-line-fn: a function that takes an options map that will include :ns and :prompt-string.
  • ns: the current ns, available because it can be useful for read-line-fn
  • prompt-string: for customizing the prompt
  • text-so-far: mostly useful in the recursion And returns a seq of strings representing complete forms.
Requires the following options:
- request-exit: the value to return on completion/EOF
- read-line-fn: a function that takes an options map that will include :ns
              and :prompt-string.
- ns: the current ns, available because it can be useful for read-line-fn
- prompt-string: for customizing the prompt
- text-so-far: mostly useful in the recursion
And returns a seq of *strings* representing complete forms.
sourceraw docstring

process-parse-treeclj

(process-parse-tree parse-tree options)
source

remove-whitespaceclj

(remove-whitespace forms)
source

reparseclj

(reparse text-so-far next-text)
source

subsequent-prompt-stringclj

(subsequent-prompt-string {:keys [prompt-string subsequent-prompt-string]})
source

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

× close