(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))")
(defgraph name & body)(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
(process result)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |