Open daslu opened 9 months ago
Currently, Clay relies on a combination of clojure.tools.reader and Parcera for reading namespaces and still misses some parts of the code. See #50.
clojure.tools.reader
Parcera
read-kinds relies on rewrite-clj and probably avoids such problems.
rewrite-clj
Currently, Clay relies on a combination of
clojure.tools.reader
andParcera
for reading namespaces and still misses some parts of the code. See #50.read-kinds relies on
rewrite-clj
and probably avoids such problems.