(add-data-readers default-readers)
(deregister-default-tag-parser!)
(deregister-tag-parser! tag)
(desugar-meta f)
(dispatch-macros s)
(escape-char buffer reader)
(escape-char-map c)
(macro-terminating? ch)
(macros c)
(make-unicode-char code-str)
(maybe-read-tagged-type rdr initch)
(not-implemented rdr ch)
(parse-and-validate-timestamp s)
(parse-timestamp ts)
(push-back-reader s)
(unread reader ch)
Push back a single character on to the stream
Push back a single character on to the stream
(read-char reader)
Returns the next char from the Reader, nil if the end of stream has been reached
Returns the next char from the Reader, nil if the end of stream has been reached
(read reader eof-is-error sentinel is-recursive)
Reads the first object from a PushbackReader. Returns the object read. If EOF, throws if eof-is-error is true. Otherwise returns sentinel.
Only supports edn (similar to clojure.edn/read)
Reads the first object from a PushbackReader. Returns the object read. If EOF, throws if eof-is-error is true. Otherwise returns sentinel. Only supports edn (similar to clojure.edn/read)
(read-2-chars reader)
(read-4-chars reader)
(read-delimited-list delim rdr recursive?)
(read-discard rdr _)
(read-dispatch rdr _)
(read-keyword reader initch)
(read-list rdr _)
(read-literal rdr ch)
(read-map rdr _)
(read-meta rdr _)
(read-number reader initch)
(read-past pred rdr)
Read until first character that doesn't match pred, returning char.
Read until first character that doesn't match pred, returning char.
(read-raw-string* reader _)
(read-regex rdr ch)
(read-set rdr _)
(read-string s)
Reads one object from the string s
Reads one object from the string s
(read-string* reader _)
(read-symbol reader initch)
(read-token rdr initch)
(read-unmatched-delimiter rdr ch)
(read-vector rdr _)
(reader-error rdr & msg)
(register-default-tag-parser! f)
(register-tag-parser! tag f)
(skip-line reader _)
Advances the reader to the end of a line. Returns the reader
Advances the reader to the end of a line. Returns the reader
(special-symbols t not-found)
(throwing-reader msg)
(validate-unicode-escape unicode-pattern reader escape-char unicode-str)
(wrapping-reader sym)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close