fparser
fparser copied to clipboard
fparser2 does not check constraints on array constructor
In #252 it was discovered that the array-constructor matching is questionable. Although some tests were added there, full testing is still not performed. In particular, constraint C497 is not obeyed (loop var of a nested, implicit do shall not be the loop var of the containing implicit do).
C493 ((R472) ac-do-variable shall be a named variable) is also not applied.