Support for numeric indices and ranges #3
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/subtemplate#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also support it for bound variables, e.g.
xᵢ₌₁
.We could allow inferring the subscript for already-bound variables, and for derived variables which are otherwise mentioned (and for derived variables when there is only a single subscript within scope), as long as there is no ambiguity. But the form
vᵢ₌
is preferred, as there is less risk of introducing ambiguities by adding new pattern variables.