tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Loop expressions #49

Closed johnhaley81 closed 10 years ago

johnhaley81 commented 10 years ago

This allows expressions to be inside of an {%each%}. I did have to make the grammar a bit stricter however since now filters can't be named a reserved word. If there's a way to get around that though that would be awesome!

tbranyen commented 10 years ago

Looks good, thanks!