Liking cljdoc? Tell your friends :D

bioscoop.macro


bioscoopcljmacro

(bioscoop & forms)

Macro that takes Clojure DSL forms and produces the same AST as Instaparse parsing. Example: (bioscoop (let [width 1920] (scale width 1080)))

This produces the same result as: (dsl/compile-dsl "(let [width 1920] (scale width 1080))")

Macro that takes Clojure DSL forms and produces the same AST as Instaparse parsing.
  Example:
(bioscoop (let [width 1920] (scale width 1080)))

This produces the same result as:
(dsl/compile-dsl "(let [width 1920] (scale width 1080))")
raw docstring

defgraphcljmacro

(defgraph name & body)

form->astclj

(form->ast form)

Convert a Clojure form to the same AST structure that Instaparse produces

Convert a Clojure form to the same AST structure that Instaparse produces
raw docstring

processclj

(process result)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close