(env)
(env env-map)
Return a Weave env. Optional env-map
is simply merged with defaults if provided.
Return a Weave env. Optional `env-map` is simply merged with defaults if provided.
(parse-shallow node)
Parse without recursively parsing the children.
Parse without recursively parsing the children.
Given the env
, the data stack
, and an ir
instruction, interpret
the instruction to produce a two-item tuple of a new env
and new stack
.
The stack will consist of the individual parts of the finished document
which will subsequently be stitched; the env is an out-of-band map of values
that contains important dispatch data (e.g., :output
) but can also contain
node-specific data (e.g., test output when run in a test mode).
Given the `env`, the data `stack`, and an `ir` instruction, interpret the instruction to produce a two-item tuple of a new `env` and new `stack`. The stack will consist of the individual parts of the finished document which will subsequently be stitched; the env is an out-of-band map of values that contains important dispatch data (e.g., `:output`) but can also contain node-specific data (e.g., test output when run in a test mode).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close