Liking cljdoc? Tell your friends :D

instaparse.repeat


empty-result?clj/s

(empty-result? result)
source (clj)source (cljs)

failure-signalclj/s

source (clj)source (cljs)

get-endclj/s

(get-end parse)
(get-end parse index)
source (clj)source (cljs)

parse-from-indexclj/s

(parse-from-index grammar initial-parser text segment index)
source (clj)source (cljs)

repeat-parseclj/s

(repeat-parse grammar initial-parser output-format text)
(repeat-parse grammar initial-parser output-format root-tag text)
source (clj)source (cljs)

repeat-parse-enliveclj/s

(repeat-parse-enlive grammar initial-parser root-tag text segment)
(repeat-parse-enlive grammar initial-parser root-tag text segment index)
source (clj)source (cljs)

repeat-parse-hiccupclj/s

(repeat-parse-hiccup grammar initial-parser root-tag text segment)
(repeat-parse-hiccup grammar initial-parser root-tag text segment index)
source (clj)source (cljs)

repeat-parse-no-tagclj/s

(repeat-parse-no-tag grammar initial-parser text segment)
(repeat-parse-no-tag grammar initial-parser text segment index)
source (clj)source (cljs)

repeat-parse-with-headerclj/s

(repeat-parse-with-header grammar
                          header-parser
                          repeating-parser
                          output-format
                          root-tag
                          text)
source (clj)source (cljs)

select-parseclj/s

(select-parse grammar initial-parser text segment index parses)

Returns either: [a-parse end-index a-list-of-valid-follow-up-parses] [a-parse end-index nil] (successfully reached end of text) nil (hit a dead-end with this strategy)

Returns either:
[a-parse end-index a-list-of-valid-follow-up-parses]
[a-parse end-index nil] (successfully reached end of text)
nil (hit a dead-end with this strategy)
source (clj)source (cljs)raw docstring

try-repeating-parse-strategyclj/s

(try-repeating-parse-strategy parser text start-production)
source (clj)source (cljs)

try-repeating-parse-strategy-with-headerclj/s

(try-repeating-parse-strategy-with-header grammar
                                          text
                                          start-production
                                          start-rule
                                          output-format)
source (clj)source (cljs)

used-memory-optimization?clj/s

(used-memory-optimization? tree)
source (clj)source (cljs)

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

× close