Internals of the string-from-regex generator.
Internals of the string-from-regex generator.
(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.
(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.
The instaparse parser. See the grammar file for details.
The instaparse parser. See the grammar file for details.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close