Rewrite-cljs Api Documentation

Version: 0.3.0

rewrite-clj.node.reader-macro

->DerefNode

(->DerefNode children)

->node

(->node tag prefix suffix sexpr-fn sexpr-count children)

->ReaderMacroNode

(->ReaderMacroNode children)

->ReaderNode

(->ReaderNode tag prefix suffix sexpr-fn sexpr-count children)

deref-node

(deref-node children)

Create node representing the dereferencing of a form. (@...) Takes either a seq of nodes or a single one.

eval-node

(eval-node children)

Create node representing an inline evaluation. (#=...) Takes either a seq of nodes or a single one.

map->DerefNode

(map->DerefNode G__5443)

map->ReaderMacroNode

(map->ReaderMacroNode G__5437)

map->ReaderNode

(map->ReaderNode G__5431)

reader-macro-node

(reader-macro-node children)(reader-macro-node macro-node form-node)

Create node representing a reader macro. (#... ...)

var-node

(var-node children)

Create node representing a var. Takes either a seq of nodes or a single one.