Liking cljdoc? Tell your friends :D

rewrite-clj.parser


parsecljs

(parse reader)

Parse next form from the given reader.

Parse next form from the given reader.
sourceraw docstring

parse-allcljs

(parse-all reader)

Parse all forms from the given reader.

Parse all forms from the given reader.
sourceraw docstring

parse-stringcljs

(parse-string s)

Parse first form in the given string.

Parse first form in the given string.
sourceraw docstring

parse-string-allcljs

(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