Liking cljdoc? Tell your friends :D

org.clojar.marsliu.clj-parsec.text


any-charclj

(any-char chars)
source

charclj

(char c)

(ch c) parses a single character c. Returns the parsed character (i.e. c). semiColon = char ’;’

(ch c) parses a single character c. Returns the parsed character (i.e. c).
semiColon = char ’;’
sourceraw docstring

digitclj

(digit data)

digit parser Parses a digit. Returns the parsed character.

digit parser Parses a digit. Returns the parsed character.
sourceraw docstring

stringclj

(string s)

(string s) parses a sequence of characters given by s. Returns the parsed string (i.e. s).

(string s) parses a sequence of characters given by s. Returns the parsed 
string (i.e. s).
sourceraw docstring

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

× close