Support end and expressions in numeric indices #52
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#52
Loading…
Reference in a new issue
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?
Indices in output selectors and in future parenthesis #5, brace #5, dot-numeric indexing #2 at minimum should support comma-delimited list of numbers and a colon syntax
:.This issue proposes extending the functionality across these to include
end. A basic algebraic system would be vastly helpful in combination with #51:Parenthesis grouping will be necessary if multiplication and division is supported.
If division is supported, it would be helpful to support integer conversion functions like
floor,ceil,round.It is unclear whether fractional numbers should be supported, such as
0.75*end.Separating out the parser for expressions like this would help with modularity and code reuse.