(parse reader)
Parse next form from the given reader.
Parse next form from the given reader.
(parse-all reader)
Parse all forms from the given reader.
Parse all forms from the given reader.
(parse-file f)
Parse first form from the given file.
Parse first form from the given file.
(parse-file-all f)
Parse all forms from the given file.
Parse all forms from the given file.
(parse-string s)
Parse first form in the given string.
Parse first form in the given string.
(parse-string-all s)
Parse all forms in the given string.
Parse all forms in the given string.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close