File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 625625(install-special! :fn analyze-fn)
626626
627627(defn parse-references
628- " Takes part of namespace difinition and creates hash
628+ " Takes part of namespace definition and creates hash
629629 of reference forms"
630630 [forms]
631631 (reduce (fn [references form]
763763 :context - One of the following :statement, :expression, :return. That
764764 information is included in resulting nodes and is meant for
765765 writer that may output different forms based on context.
766- :ns - Namespace of the forms being analized .
766+ :ns - Namespace of the forms being analyzed .
767767
768768 Analyzer performs all the macro & syntax expansions and transforms form
769769 into AST node of an expression. Each such node contains at least following
You can’t perform that action at this time.
0 commit comments