Open rupertford opened 1 year ago
Adding support for concurrent
in issue #403, pr #408 would be better if the f2003 class was split, but this would change the resultant fparser tree. Something along the following lines should be implemented ...
F2003: While_Loop_Cntl: scalar-logical-expression, delim
F2003: Counter_Loop_Cntl: var, lower, upper, [step], delim
F2008: Concurrent_Loop_Cntl: conc_expr, delim
F2018: Concurrent_Loop_Cntl: conc_expr, local_x, delim
Any non-backwards compatible changes should be grouped and added at a suitable/agreed time.