Liking cljdoc? Tell your friends :D

danlaps.clolyze.parser


construct-sequence-nodeclj


is-type?clj

(is-type? parse-tree-node type)

Return true if parse-tree-node represents the given type.

Return true if `parse-tree-node` represents the given `type`.
raw docstring

parse-fileclj

(parse-file file-path)

Parse the file, given by file-path, and returns parse trees.

For each object in the file a parse tree is returned. An object is a list on top level of the file. For example the definition of a function is an object.

Parse the file, given by `file-path`, and returns parse trees.

For each object in the file a parse tree is returned. An object
is a list on top level of the file. For example the definition
of a function is an object.
raw docstring

read-objectsclj

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

× close