aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/walk.clj
AgeCommit message (Expand)Author
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-23walk.clj: removed redundant call to outer fnStuart Sierra
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-04-30walk.clj: fixed macroexpand-all to use seq? instead of list?Stuart Sierra
2009-01-17walk.clj: added macroexpand-all, a simple demonstration of a walking functionStuart Sierra
2008-12-19walk.clj: fixed missing 'if' in 'walk'Stuart Sierra
2008-12-15walk.clj: replaced 'walk' with 'prewalk' and 'postwalk'Stuart Sierra
2008-12-09walk.clj: added new lib, a generic tree walker/transformerStuart Sierra