Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-24 | gtic: move clojure tests and supporting libraries into clojure repos | Stuart Halloway | |
2009-06-23 | walk.clj: removed redundant call to outer fn | Stuart Sierra | |
Also updated test_contrib/walk.clj for new behavior. | |||
2009-05-04 | Lots 'o doc strings | Tom Faulhaber | |
2009-04-30 | walk.clj: fixed macroexpand-all to use seq? instead of list? | Stuart Sierra | |
Because macroexpand returns a Cons, not a list, we need this to get all possible expansions. Reported by Konrad Hinsen. | |||
2009-01-17 | walk.clj: added macroexpand-all, a simple demonstration of a walking function | Stuart Sierra | |
2008-12-19 | walk.clj: fixed missing 'if' in 'walk' | Stuart Sierra | |
2008-12-15 | walk.clj: replaced 'walk' with 'prewalk' and 'postwalk' | Stuart Sierra | |
2008-12-09 | walk.clj: added new lib, a generic tree walker/transformer | Stuart Sierra | |