Liking cljdoc? Tell your friends :D

com.gfredericks.test.chuck.regexes

Internals of the string-from-regex generator.

Internals of the string-from-regex generator.
raw docstring

analyzeclj

(analyze parsed-regex)
source

analyzed->generatorcljmultimethod

source

gen-string-from-regexclj

(gen-string-from-regex re)

Takes a regex and returns a generator for strings that match it.

Takes a regex and returns a generator for strings that match it.
sourceraw docstring

grammar-pathclj

source

normal-slashed-charactersclj

source

parseclj

(parse s)

Takes a regex string and returns an analyzed parse tree that can be passed to analyzed->generator.

Takes a regex string and returns an analyzed parse tree that can be
passed to analyzed->generator.
sourceraw docstring

the-parserclj

The instaparse parser. See the grammar file for details.

The instaparse parser. See the grammar file for details.
sourceraw docstring

throw-parse-errorsclj

(throw-parse-errors analyzed-tree)

Checks the analyzed tree for any problems that cause exceptions with re-pattern.

Checks the analyzed tree for any problems that cause exceptions
with re-pattern.
sourceraw docstring

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

× close