Liking cljdoc? Tell your friends :D

vivid.art.xlate


echoclj

(echo acc val & _)

Writes an (emit) to the compiled code that echoes the plain string but with escaping.

Writes an (emit) to the compiled code that echoes the plain string but with escaping.
raw docstring

evalclj

(eval acc expr & _)

Writes an (emit) to the compiled code that outputs the result of evaluating the forms.

Writes an (emit) to the compiled code that outputs the result of evaluating the forms.
raw docstring

formsclj

(forms acc expr & _)

Echoes Clojure forms from the template to the compiled code.

Echoes Clojure forms from the template to the compiled code.
raw docstring

lenient-fsmclj


translateclj

(translate token-stream)

Translates a sequence of tokens into Clojure code that, when evaluated, produces the template output.

Translates a sequence of tokens into Clojure code that,
when evaluated, produces the template output.
raw docstring

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

× close