Fork me on GitHub
#specter
<
2016-12-31
>
zmaril19:12:03

Hello! Happy New Year's! I have some instaparse output in enlive format (will paste example shortly). I'm trying to walk the tree and transform all the maps to include their metadata explicitly. I've tried a few things without success and am currently experimenting with recursive-path.

nathanmarz20:12:36

@zmaril if you have some examples can help you through it

nathanmarz21:12:13

@zmaril cool, seems pretty straightforward

zmaril21:12:58

yeah I guess I thought something like recursive-path or the TreeWalker stuff would come in handy

nathanmarz22:12:23

@zmaril you could reframe it with recursive navigation

nathanmarz22:12:47

probably in conjunction with multi-transform since you're doing a few different changes throughout the tree

zmaril22:12:16

Yeah I don't understand navigation quite yet, still eludes me.