Liking cljdoc? Tell your friends :D
All platforms.

instacheck.parse


parseclj/s

(parse parser text & [location])

Use parser to parse text. On success returns the parsed AST. On error, throws an ex-info object with a friendly error location string and a info map containing the :failure (instaparse Failure object), :text (the original text), and :location (optional location parameter).

Use parser to parse text. On success returns the parsed AST. On
error, throws an ex-info object with a friendly error location
string and a info map containing the :failure (instaparse Failure
object), :text (the original text), and :location (optional location
parameter).
sourceraw docstring

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

× close