[FEATURE] Language Extension: Higher-Order and External Functions #79
Labels
enhancement
New feature or request
medium
Bugs/issues of medium importance
parser
ISLa-Parser related issues
Milestone
The ISLa 2.0 syntax should support higher-order functions such as
num(<T> v; P(v))
andsum(<T> v; P(v); t(v))
, so that we can writeinstead of (in ISLa 1.x syntax)
Furthermore, "external" functions with user-specified semantics should be supported.
Adding these features supports removing the old semantic predicates and numeric quantifiers, both problematic ISLa 1.x syntax elements.
The text was updated successfully, but these errors were encountered: