(pg-case-block [_ & forms] grammar mopts)creates a case block
creates a case block
(pg-do-block [_ form] grammar mopts)emits a block with let usage
emits a block with let usage
(pg-do-suppress [_ form] grammar mopts)emits a suppress block with let ussage
emits a suppress block with let ussage
(pg-loop-block [_ & forms] grammar mopts)creates a loop block
creates a loop block
(pg-tf-let-assign [e v])create assignment statments for let form
create assignment statments for let form
(pg-tf-let-block [_ {:keys [name declare catch]} & body])transforms a let block call
transforms a let block call
(pg-tf-let-check-body dsyms body)checks if variables are in scope
checks if variables are in scope
(pg-while-block [_ condition & forms] grammar mopts)creates a while block
creates a while block
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 |