(e-ok-throw-empty-input _ _)
Throws exception in many
combinator.
Throws exception in `many` combinator.
(go p state context)
Returns continuation for the parser p
.
Returns continuation for the parser `p`.
(register-word-test-fn k f)
Associates keyword k
with test-fn of the word
parser.
Associates keyword `k` with test-fn of the `word` parser.
(run p state)
Executes parser p
in continuation loop.
Executes parser `p` in continuation loop.
(word-test-fn k)
Returns registered test-fn for the keyword k
.
Returns registered test-fn for the keyword `k`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close