Liking cljdoc? Tell your friends :D

jasentaa.parser.basic


anyclj/s

(any input)
source

char-cmpclj/s

(char-cmp f)

Does a character comparison using a specific function

Does a character comparison using a specific function
sourceraw docstring

from-reclj/s

(from-re re)
source

fwdclj/smacro

(fwd p)

Delays the evaluation of a parser that was forward (declare)d and it has not been defined yet. For use in (def)s of no-arg parsers, since the parser expression evaluates immediately.

Delays the evaluation of a parser that was forward (declare)d and
it has not been defined yet. For use in (def)s of no-arg parsers,
since the parser expression evaluates immediately.
sourceraw docstring

matchclj/s

Recognises a given char

Recognises a given char
sourceraw docstring

none-ofclj/s

Rejects a given char

Rejects a given char
sourceraw docstring

satclj/s

(sat pred)

Satisfies a given predicate

Satisfies a given predicate
sourceraw docstring

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

× close