fparser Reference Guide
0.0.14
|
Public Member Functions | |
def | tostr (self) |
Static Public Member Functions | |
def | match (string) |
Static Public Attributes | |
subclass_names | |
use_names | |
Fortran2003 rule R470. Describes the form of implicit do loop used within an array constructor. ac-implied-do is ( ac-value-list , ac-implied-do-control ) Subject to the following constraint: "C497 (R470) The ac-do-variable of an ac-implied-do that is in another ac-implied-do shall not appear as the ac-do-variable of the containing ac-implied-do." C497 is currently not checked - issue #257.
Definition at line 2721 of file Fortran2003.py.