Liking cljdoc? Tell your friends :D

noahtheduke.spat.parser


base-edamame-optsclj

source

convert-splint-ignoreclj

(convert-splint-ignore s)
source

iobj?clj

(iobj? x)

Adapted from edamame.impl.parser.

Adapted from edamame.impl.parser.
sourceraw docstring

make-edamame-optsclj

(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.
sourceraw docstring

make-postprocessclj

(make-postprocess ns-state)

Adapted from edamame.impl.parser.

Adapted from edamame.impl.parser.
sourceraw docstring

parse-stringclj

(parse-string s)
source

parse-string-allclj

(parse-string-all s)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close