![]() WPP
Winteracter includes a Fortran pre-processor, WPP.
WPP may prove useful to those who need to target multiple platforms/compilers or generate multiple program configurations. Unlike a macro pre-processor, WPP uses standard Fortran comment lines to identify pre-processor conditions and condition dependent code. Hence, the original source code and any generated code remains fully standard conforming code capable of being compiled directly. WPP is supplied in two alternative forms:
The source code syntax is extremely simple, providing a quick and convenient solution to a common problem.
|