WPPWinteracter includes a Fortran preprocessor, WPP.
WPP may prove useful to those who need to target multiple platforms/compilers or generate multiple program configurations. Unlike a macro preprocessor, WPP uses standard Fortran comment lines to identify preprocessor conditions and condition dependent code. Hence, the original source code and any generated code remains fully standard conforming, allowing direct compilation. WPP is supplied in two forms:
The source code syntax is extremely simple, providing a quick and convenient solution to a common problem.
|