Liking cljdoc? Tell your friends :D

cljs.tools.reader.impl.commons


float-patterncljs

source

int-patterncljs

source

match-numbercljs

(match-number s)
source

matches?cljs

(matches? pattern s)
source

number-literal?cljs

(number-literal? reader initch)

Checks whether the reader is at the start of a number literal

Checks whether the reader is at the start of a number literal
sourceraw docstring

parse-symbolcljs

(parse-symbol token)

Parses a string into a vector of the namespace and symbol

Parses a string into a vector of the namespace and symbol
sourceraw docstring

ratio-patterncljs

source

read-commentcljs

(read-comment rdr & _)
source

read-pastcljs

(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.
sourceraw docstring

skip-linecljs

(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
sourceraw docstring

throwing-readercljs

(throwing-reader msg)
source

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

× close