Liking cljdoc? Tell your friends :D

vivid.art.parse


confirm-parse-outputclj

(confirm-parse-output parse-result)

Either raise a condition on parse error, or allow parse-result to pass through.

Either raise a condition on parse error, or allow
parse-result to pass through.
raw docstring

make-grammarclj

(make-grammar delimiters)

parseclj

(parse template-str delimiters)

Tokenize a template string into a sequence of tokens suitable for parsing.

Each lexeme is any of:

  • Template content, as a string.
  • Template delimiter, as a Clojure keyword.
Tokenize a template string into a sequence of tokens suitable for parsing.

Each lexeme is any of:
- Template content, as a string.
- Template delimiter, as a Clojure keyword.
raw docstring

tree-transformationclj

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

× close