jetzig-framework / zmpl

Zmpl is a templating language written in Zig
MIT License
103 stars 8 forks source link

Implement iteration syntax #27

Closed bobf closed 1 month ago

bobf commented 1 month ago

Iterate over a Zig array of a Zmpl Array using:

@for (.foo, 0..) |bar, index| {
  // ...
}