stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

How do I recurse #260

Closed feixue299 closed 5 years ago

ilyapuchka commented 5 years ago

@feixue299 can you elaborate on that?

djbe commented 5 years ago

A few of our templates in SwiftGen recurse through dictionaries. We use a combination of macro & call tags to achieve this, which are implemented in StencilSwiftKit, an add-on for Stencil.