(iobj? x)
Adapted from edamame.impl.parser.
Adapted from edamame.impl.parser.
(make-edamame-opts)
Because of boxing, I need to perform :auto-resolve-ns
myself. I can't
access the :ns-state
on edamame's ctx
, so instead make a new ns-state
each invocation of parse-string
and parse-string-all
to allow for
parallel parsing.
Because of boxing, I need to perform `:auto-resolve-ns` myself. I can't access the `:ns-state` on edamame's `ctx`, so instead make a new `ns-state` each invocation of [[parse-string]] and [[parse-string-all]] to allow for parallel parsing.
(make-postprocess ns-state)
Adapted from edamame.impl.parser.
Adapted from edamame.impl.parser.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close