Liking cljdoc? Tell your friends :D

gen-template.core


*parser-regex*clj


compile-fnclj

(compile-fn args src)

emit-exprclj

(emit-expr expr)

emit-stringclj

(emit-string s)

gen-parser-with-delimitersclj

(gen-parser-with-delimiters left right)

templateclj

(template source)
(template source default-bindings)

(template 'asdf<%= x %>' {:x 123})

(template 'asdf<%= x %>' {:x 123})
raw docstring

template-applyclj

(template-apply source)
(template-apply source bindings)

Evaluate a template using the supplied bindings.

Evaluate a template using the supplied bindings.
raw docstring

template-fncljmacro

(template-fn args source)

(template-fn [x] 'foo<%= x %>')

(template-fn [x] 'foo<%= x %>')
raw docstring

with-delimiterscljmacro

(with-delimiters left right & body)

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

× close