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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

lenient-fsmclj

source

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.
sourceraw docstring

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

× close