Liking cljdoc? Tell your friends :D

cider.nrepl.inlined.deps.instaparse.v1v4v12.instaparse.repeat


empty-result?clj

(empty-result? result)
source

failure-signalclj

source

get-endclj

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

parse-from-indexclj

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

repeat-parseclj

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

repeat-parse-enliveclj

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

repeat-parse-hiccupclj

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

repeat-parse-no-tagclj

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

repeat-parse-with-headerclj

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

select-parseclj

(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)
sourceraw docstring

try-repeating-parse-strategyclj

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

try-repeating-parse-strategy-with-headerclj

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

used-memory-optimization?clj

(used-memory-optimization? tree)
source

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

× close