Liking cljdoc? Tell your friends :D

rewrite-clj.parser


parseclj

(parse reader)

Parse next form from the given reader.

Parse next form from the given reader.
sourceraw docstring

parse-allclj

(parse-all reader)

Parse all forms from the given reader.

Parse all forms from the given reader.
sourceraw docstring

parse-fileclj

(parse-file f)

Parse first form from the given file.

Parse first form from the given file.
sourceraw docstring

parse-file-allclj

(parse-file-all f)

Parse all forms from the given file.

Parse all forms from the given file.
sourceraw docstring

parse-stringclj

(parse-string s)

Parse first form in the given string.

Parse first form in the given string.
sourceraw docstring

parse-string-allclj

(parse-string-all s)

Parse all forms in the given string.

Parse all forms in the given string.
sourceraw docstring

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

× close