OpenADFortTk (SourceProcessing)
PyFort::kw_multi Namespace Reference

Variables

tuple _kw2
tuple _kw3
tuple kw2 = dict()
tuple kw3 = dict()

Detailed Description

Some Fortran keywords can be written with or without spaces
This data structure lists the double keywords and the associated
single keyword

Variable Documentation

Initial value:
00001 (('block','data'),
00002         ('do','while'),
00003         ('double','complex'),
00004         ('double','precision'),
00005         ('else','if'),
00006         ('end','blockdata'),
00007         ('endblock','data'),
00008         ('end','do'),
00009         ('end','file'),
00010         ('end','forall'),
00011         ('end','function'),
00012         ('end','if'),
00013         ('end','interface'),
00014         ('end','module'),
00015         ('end','program'),
00016         ('end','select'),
00017         ('end','subroutine'),
00018         ('end','type'),
00019         ('end','where'),
00020         ('go','to'),
00021         ('in','out'),
00022         ('select','case'),
00023         ('case','default'),
00024         ('select','type'),
00025         ('type','is'),
00026         ('class','is'),
00027         )

Definition at line 7 of file kw_multi.py.

Initial value:
00001 (('end','block','data'),
00002         )

Definition at line 34 of file kw_multi.py.

tuple PyFort::kw_multi::kw2 = dict()

Definition at line 37 of file kw_multi.py.

tuple PyFort::kw_multi::kw3 = dict()

Definition at line 41 of file kw_multi.py.

 All Classes Namespaces Files Functions Variables