Liking cljdoc? Tell your friends :D

clj-php.exprs


*is-statement*clj

source

constructor?clj

(constructor? func-name)
source

format-constructorclj

source

format-defclj

source

format-defnclj

source

format-funcclj

source

format-methodclj

source

format-vectorclj

source

method?clj

(method? method-name)
source

parse-argsclj

(parse-args args)

Parse args into argument string

Parse args into argument string
sourceraw docstring

parse-bodyclj

(parse-body & exprs)

Parse a function body

Parse a function body
sourceraw docstring

parse-defclj

(parse-def [_ def-name value])

Parse a definition

Parse a definition
sourceraw docstring

parse-defnclj

(parse-defn [_ func-name args & body])

Parse a function definition

Parse a function definition
sourceraw docstring

parse-defn-argsclj

(parse-defn-args args)

Parse an argument list

Parse an argument list
sourceraw docstring

parse-exprclj

(parse-expr expr)

Parses an expression

Parses an expression
sourceraw docstring

parse-fileclj

(parse-file path)

Parse a cljp file, if it hasn't already been

Parse a cljp file, if it hasn't already been
sourceraw docstring

parse-funcclj

(parse-func [func-name & args])

Parse a function call

Parse a function call
sourceraw docstring

parse-func-namesclj

(parse-func-names args)

Parse arguments to a function call

Parse arguments to a function call
sourceraw docstring

parse-letclj

(parse-let [_ args & body])

Parse a let binding

Parse a let binding
sourceraw docstring

parse-listclj

(parse-list expr)

Parse a list

Parse a list
sourceraw docstring

parse-nsclj

(parse-ns [_ ns-decl & body])

Parse a namespace declaration

Parse a namespace declaration
sourceraw docstring

parse-vectorclj

(parse-vector expr)

Parses a vector

Parses a vector
sourceraw docstring

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

× close