Liking cljdoc? Tell your friends :D
All platforms.

jasentaa.parser


applyclj/s

(apply parser input)

Apply a parser, throwing away any leading space:

Apply a parser, throwing away any leading space:
sourceraw docstring

parse-allclj/s

(parse-all parser input)

Attempts to fully consume the input using the supplied parser. Throws a ParseException if the input cannot be fully parsed.

Attempts to fully consume the input using the supplied parser.
Throws a ParseException if the input cannot be fully parsed.
sourceraw docstring

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

× close