(*satisfy pred)
Parses a sequence of zero or more characters satisfying pred
,
and returns them as a string.
Parses a sequence of zero or more characters satisfying `pred`, and returns them as a string.
Parses a lower-case letter character.
Parses a lower-case letter character.
(regex re)
(regex re label)
Returns a parser that matches the regular expression pattern re
at the
current source position and returns matched string.
Returns a parser that matches the regular expression pattern `re` at the current source position and returns matched string.
(strcat & ps)
Applies the parsers ps
in sequence and returns the string concatenation of
their return values
Applies the parsers `ps` in sequence and returns the string concatenation of their return values
Parses an upper-case letter character.
Parses an upper-case letter character.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close