Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.template.comb

Clojure templating library.

Clojure templating library.
raw docstring

compile-fnclj

(compile-fn args parsed)
source

ctxclj

source

delimitersclj

source

emit-exprclj

(emit-expr expr)
source

emit-stringclj

(emit-string s)
source

evalclj

(eval parsed bindings)

Evaluate a template using the supplied bindings. The template source may be a string, or an I/O source such as a File, Reader or InputStream.

Evaluate a template using the supplied bindings. The template source may
be a string, or an I/O source such as a File, Reader or InputStream.
sourceraw docstring

eval-sciclj

(eval-sci parsed-template data)

Evaluate a parsed-template using the supplied data bindings.

Evaluate a `parsed-template` using the supplied `data` bindings.
sourceraw docstring

fncljmacro

(fn args parsed)

Compile a template into a function that takes the supplied arguments. The template source may be a string, or an I/O source such as a File, Reader or InputStream.

Compile a template into a function that takes the supplied arguments. The
template source may be a string, or an I/O source such as a File, Reader or
InputStream.
sourceraw docstring

parser-regexclj

source

sci-optsclj

(sci-opts)
source

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

× close