(apply parser input)
Apply a parser, throwing away any leading space:
Apply a parser, throwing away any leading space:
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close