abhishekbhalani / sprocketcms

Automatically exported from code.google.com/p/sprocketcms
0 stars 0 forks source link

SprocketScript needs a few enhancements #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Need to resolve expression parsing precedence ambiguity with the
argument vs the rest of the expression. Force arguments to contained in
brackets?

2. Custom expressions (functions) need to be able to take multiple arguments

3. Need some sort of iteration functionality which would allow an object to
be defined for items in a list, and have that list cycled through, updating
the parameters of the iterator object each time. i.e. similar to the
asp.net repeater control.

4. Need to be able to declare and use variables.

Original issue reported on code.google.com by SnowDe...@gmail.com on 4 Apr 2007 at 1:28

GoogleCodeExporter commented 8 years ago

Original comment by SnowDe...@gmail.com on 11 May 2007 at 1:40