Liking cljdoc? Tell your friends :D

vivid.art


-evalclj

(-eval acc expr & _)

Evaluates the expression to the rendered output

Evaluates the expression to the rendered output
raw docstring

echoclj

(echo acc val & _)

Echoes the value literal to the rendered output

Echoes the value literal to the rendered output
raw docstring

echo-evalclj

(echo-eval acc expr & _)

Echoes the result of evaluating the expression to the rendered output

Echoes the result of evaluating the expression to the rendered output
raw docstring

evaluateclj

(evaluate forms & {:keys [dependencies]})

lexclj

(lex template-str)

Tokenizes the template

Tokenizes the template
raw docstring

parseclj

(parse tokens)

Parses a sequence of tokens into Clojure code suitable for evaluating to produce the template output.

Parses a sequence of tokens into Clojure code suitable for
evaluating to produce the template output.
raw docstring

renderclj

(render input & {:keys [dependencies]})

Renders an input string containing Ash-Ra Template -formatted content to an output string

Renders an input string containing Ash-Ra Template
-formatted content to an output string
raw docstring

tokens->formsclj


wrap-formsclj

(wrap-forms forms)

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

× close